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