ManagedClusterLoadBalancerProfile Class

Profile of the managed cluster load balancer.

Inheritance
azure.mgmt.containerservice._serialization.Model
ManagedClusterLoadBalancerProfile

Constructor

ManagedClusterLoadBalancerProfile(*, managed_outbound_i_ps: _models.ManagedClusterLoadBalancerProfileManagedOutboundIPs | None = None, outbound_ip_prefixes: _models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes | None = None, outbound_i_ps: _models.ManagedClusterLoadBalancerProfileOutboundIPs | None = None, effective_outbound_i_ps: List[_models.ResourceReference] | None = None, allocated_outbound_ports: int = 0, idle_timeout_in_minutes: int = 30, **kwargs: Any)

Keyword-Only Parameters

Name Description
managed_outbound_i_ps

Desired managed outbound IPs for the cluster load balancer.

outbound_ip_prefixes

Desired outbound IP Prefix resources for the cluster load balancer.

outbound_i_ps

Desired outbound IP resources for the cluster load balancer.

effective_outbound_i_ps

The effective outbound IP resources of the cluster load balancer.

allocated_outbound_ports
int

Desired number of allocated SNAT ports per VM. Allowed values must be in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports.

idle_timeout_in_minutes
int

Desired outbound flow idle timeout in minutes. Allowed values must be in the range of 4 to 120 (inclusive). The default value is 30 minutes.

default value: 30

Variables

Name Description
managed_outbound_i_ps

Desired managed outbound IPs for the cluster load balancer.

outbound_ip_prefixes

Desired outbound IP Prefix resources for the cluster load balancer.

outbound_i_ps

Desired outbound IP resources for the cluster load balancer.

effective_outbound_i_ps

The effective outbound IP resources of the cluster load balancer.

allocated_outbound_ports
int

Desired number of allocated SNAT ports per VM. Allowed values must be in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports.

idle_timeout_in_minutes
int

Desired outbound flow idle timeout in minutes. Allowed values must be in the range of 4 to 120 (inclusive). The default value is 30 minutes.