Managed Cluster NATGateway Profile Args
data class ManagedClusterNATGatewayProfileArgs(val effectiveOutboundIPs: Output<List<ResourceReferenceArgs>>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val managedOutboundIPProfile: Output<ManagedClusterManagedOutboundIPProfileArgs>? = null) : ConvertibleToJava<ManagedClusterNATGatewayProfileArgs>
Profile of the managed cluster NAT gateway.
Constructors
Link copied to clipboard
fun ManagedClusterNATGatewayProfileArgs(effectiveOutboundIPs: Output<List<ResourceReferenceArgs>>? = null, idleTimeoutInMinutes: Output<Int>? = null, managedOutboundIPProfile: Output<ManagedClusterManagedOutboundIPProfileArgs>? = null)