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