KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPort

data class KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPort(val portEnd: Int? = null, val portStart: Int? = null, val protocol: String? = null)

Constructors

constructor(portEnd: Int? = null, portStart: Int? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val portEnd: Int? = null

Specifies the end of the port range.

Link copied to clipboard
val portStart: Int? = null

Specifies the start of the port range.

Link copied to clipboard
val protocol: String? = null

Specifies the protocol of the port range. Possible values are TCP and UDP.