ManagedClusterLoadBalancerProfile interface
Profile of the managed cluster load balancer.
Properties
allocated |
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. |
backend |
The type of the managed inbound Load Balancer BackendPool. |
effective |
The effective outbound IP resources of the cluster load balancer. |
enable |
Enable multiple standard load balancers per AKS cluster or not. |
idle |
Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes. |
managed |
Desired managed outbound IPs for the cluster load balancer. |
outbound |
Desired outbound IP Prefix resources for the cluster load balancer. |
outbound |
Desired outbound IP resources for the cluster load balancer. |
Property Details
allocatedOutboundPorts
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.
allocatedOutboundPorts?: number
Property Value
number
backendPoolType
The type of the managed inbound Load Balancer BackendPool.
backendPoolType?: string
Property Value
string
effectiveOutboundIPs
The effective outbound IP resources of the cluster load balancer.
effectiveOutboundIPs?: ResourceReference[]
Property Value
enableMultipleStandardLoadBalancers
Enable multiple standard load balancers per AKS cluster or not.
enableMultipleStandardLoadBalancers?: boolean
Property Value
boolean
idleTimeoutInMinutes
Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes.
idleTimeoutInMinutes?: number
Property Value
number
managedOutboundIPs
Desired managed outbound IPs for the cluster load balancer.
managedOutboundIPs?: ManagedClusterLoadBalancerProfileManagedOutboundIPs
Property Value
outboundIPPrefixes
Desired outbound IP Prefix resources for the cluster load balancer.
outboundIPPrefixes?: ManagedClusterLoadBalancerProfileOutboundIPPrefixes
Property Value
outboundIPs
Desired outbound IP resources for the cluster load balancer.
outboundIPs?: ManagedClusterLoadBalancerProfileOutboundIPs