Kubernetes Cluster Default Node Pool Node Network Profile Allowed Host Port
data class KubernetesClusterDefaultNodePoolNodeNetworkProfileAllowedHostPort(val portEnd: Int? = null, val portStart: Int? = null, val protocol: String? = null)
Constructors
Link copied to clipboard
fun KubernetesClusterDefaultNodePoolNodeNetworkProfileAllowedHostPort(portEnd: Int? = null, portStart: Int? = null, protocol: String? = null)