Kubernetes Cluster Network Profile Nat Gateway Profile Args
data class KubernetesClusterNetworkProfileNatGatewayProfileArgs(val effectiveOutboundIps: Output<List<String>>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val managedOutboundIpCount: Output<Int>? = null) : ConvertibleToJava<KubernetesClusterNetworkProfileNatGatewayProfileArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterNetworkProfileNatGatewayProfileArgs(effectiveOutboundIps: Output<List<String>>? = null, idleTimeoutInMinutes: Output<Int>? = null, managedOutboundIpCount: Output<Int>? = null)