Managed Cluster Load Balancer Profile Args
data class ManagedClusterLoadBalancerProfileArgs(val allocatedOutboundPorts: Output<Int>? = null, val effectiveOutboundIPs: Output<List<ResourceReferenceArgs>>? = null, val enableMultipleStandardLoadBalancers: Output<Boolean>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val managedOutboundIPs: Output<ManagedClusterLoadBalancerProfileManagedOutboundIPsArgs>? = null, val outboundIPPrefixes: Output<ManagedClusterLoadBalancerProfileOutboundIPPrefixesArgs>? = null, val outboundIPs: Output<ManagedClusterLoadBalancerProfileOutboundIPsArgs>? = null) : ConvertibleToJava<ManagedClusterLoadBalancerProfileArgs>
Profile of the managed cluster load balancer.
Constructors
Link copied to clipboard
fun ManagedClusterLoadBalancerProfileArgs(allocatedOutboundPorts: Output<Int>? = null, effectiveOutboundIPs: Output<List<ResourceReferenceArgs>>? = null, enableMultipleStandardLoadBalancers: Output<Boolean>? = null, idleTimeoutInMinutes: Output<Int>? = null, managedOutboundIPs: Output<ManagedClusterLoadBalancerProfileManagedOutboundIPsArgs>? = null, outboundIPPrefixes: Output<ManagedClusterLoadBalancerProfileOutboundIPPrefixesArgs>? = null, outboundIPs: Output<ManagedClusterLoadBalancerProfileOutboundIPsArgs>? = null)