KubernetesClusterDefaultNodePoolNodeNetworkProfile

data class KubernetesClusterDefaultNodePoolNodeNetworkProfile(val allowedHostPorts: List<KubernetesClusterDefaultNodePoolNodeNetworkProfileAllowedHostPort>? = null, val applicationSecurityGroupIds: List<String>? = null, val nodePublicIpTags: Map<String, String>? = null)

Constructors

constructor(allowedHostPorts: List<KubernetesClusterDefaultNodePoolNodeNetworkProfileAllowedHostPort>? = null, applicationSecurityGroupIds: List<String>? = null, nodePublicIpTags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.