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>
Properties
Link copied to clipboard
The outcome (resource IDs) of the specified arguments.
Link copied to clipboard
Desired outbound flow idle timeout in minutes for the cluster load balancer. Must be between 4
and 120
inclusive. Defaults to 4
.
Link copied to clipboard
Count of desired managed outbound IPs for the cluster load balancer. Must be between 1
and 100
inclusive.