ManagedClusterLoadBalancerProfile interface

Profile of the managed cluster load balancer.

Properties

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.

backendPoolType

The type of the managed inbound Load Balancer BackendPool.

effectiveOutboundIPs

The effective outbound IP resources of the cluster load balancer.

enableMultipleStandardLoadBalancers

Enable multiple standard load balancers per AKS cluster or not.

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.

managedOutboundIPs

Desired managed outbound IPs for the cluster load balancer.

outboundIPPrefixes

Desired outbound IP Prefix resources for the cluster load balancer.

outboundIPs

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

Property Value