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)
Properties
Link copied to clipboard
val allowedHostPorts: List<KubernetesClusterDefaultNodePoolNodeNetworkProfileAllowedHostPort>? = null
One or more allowed_host_ports
blocks as defined below.
Link copied to clipboard
A list of Application Security Group IDs which should be associated with this Node Pool.
Link copied to clipboard
Specifies a mapping of tags to the instance-level public IPs. Changing this forces a new resource to be created.