Managed Cluster Load Balancer Profile Args
data class ManagedClusterLoadBalancerProfileArgs(val allocatedOutboundPorts: Output<Int>? = null, val backendPoolType: Output<Either<String, BackendPoolType>>? = 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
constructor(allocatedOutboundPorts: Output<Int>? = null, backendPoolType: Output<Either<String, BackendPoolType>>? = 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)
Properties
Link copied to clipboard
The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports.
Link copied to clipboard
The type of the managed inbound Load Balancer BackendPool.
Link copied to clipboard
The effective outbound IP resources of the cluster load balancer.
Link copied to clipboard
Enable multiple standard load balancers per AKS cluster or not.
Link copied to clipboard
Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes.
Link copied to clipboard
Desired managed outbound IPs for the cluster load balancer.
Link copied to clipboard
Desired outbound IP Prefix resources for the cluster load balancer.
Link copied to clipboard
Desired outbound IP resources for the cluster load balancer.