Kubernetes Cluster Node Pool Node Network Profile
data class KubernetesClusterNodePoolNodeNetworkProfile(val allowedHostPorts: List<KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPort>? = null, val applicationSecurityGroupIds: List<String>? = null, val nodePublicIpTags: Map<String, String>? = null)
Constructors
Link copied to clipboard
fun KubernetesClusterNodePoolNodeNetworkProfile(allowedHostPorts: List<KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPort>? = null, applicationSecurityGroupIds: List<String>? = null, nodePublicIpTags: Map<String, String>? = null)