Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1Port

import type { GoogleCloudAiplatformV1Port } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Represents a network port in a container.

interface GoogleCloudAiplatformV1Port {
containerPort?: number;
}

§Properties

§
containerPort?: number
[src]

The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.