Kubernetes Cluster Node Pool Node Network Profile Args
data class KubernetesClusterNodePoolNodeNetworkProfileArgs(val allowedHostPorts: Output<List<KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPortArgs>>? = null, val applicationSecurityGroupIds: Output<List<String>>? = null, val nodePublicIpTags: Output<Map<String, String>>? = null) : ConvertibleToJava<KubernetesClusterNodePoolNodeNetworkProfileArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterNodePoolNodeNetworkProfileArgs(allowedHostPorts: Output<List<KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPortArgs>>? = null, applicationSecurityGroupIds: Output<List<String>>? = null, nodePublicIpTags: Output<Map<String, String>>? = null)
Functions
Properties
Link copied to clipboard
val allowedHostPorts: Output<List<KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPortArgs>>? = null