ContainerPortResponse

data class ContainerPortResponse(val port: Int, val protocol: String? = null)

The port exposed on the container instance.

Constructors

Link copied to clipboard
constructor(port: Int, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

The port number exposed within the container group.

Link copied to clipboard
val protocol: String? = null

The protocol associated with the port.