GetServiceTemplateSpecContainerPort

data class GetServiceTemplateSpecContainerPort(val containerPort: Int, val name: String, val protocol: String)

Constructors

Link copied to clipboard
constructor(containerPort: Int, name: String, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Port number the container listens on. This must be a valid port number (between 1 and 65535). Defaults to "8080".

Link copied to clipboard

The name of the Cloud Run Service.

Link copied to clipboard

Protocol for port. Must be "TCP". Defaults to "TCP".