GroupContainerPort

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

The port number the container will expose. Changing this forces a new resource to be created.

Link copied to clipboard
val protocol: String? = null

The network protocol associated with port. Possible values are TCP&UDP. Changing this forces a new resource to be created. Defaults to TCP.