GoogleCloudRunV2ContainerPortResponse

data class GoogleCloudRunV2ContainerPortResponse(val containerPort: Int, val name: String)

ContainerPort represents a network port in a single container.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.

Link copied to clipboard

If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".