GoogleCloudMlV1__ContainerPortArgs

data class GoogleCloudMlV1__ContainerPortArgs(val containerPort: Output<Int>? = null) : ConvertibleToJava<GoogleCloudMlV1__ContainerPortArgs>

Represents a network port in a single container. This message is a subset of the Kubernetes ContainerPort v1 core specification.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__ContainerPortArgs(containerPort: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__ContainerPortArgs

Properties

Link copied to clipboard
val containerPort: Output<Int>? = null

Number of the port to expose on the container. This must be a valid port number: 0 < PORT_NUMBER < 65536.