KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPortArgs

data class KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPortArgs(val portEnd: Output<Int>? = null, val portStart: Output<Int>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPortArgs>

Constructors

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

Properties

Link copied to clipboard
val portEnd: Output<Int>? = null

Specifies the end of the port range.

Link copied to clipboard
val portStart: Output<Int>? = null

Specifies the start of the port range.

Link copied to clipboard
val protocol: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPortArgs