ManagedClusterLoadBalancerProfileManagedOutboundIPs Class

Desired managed outbound IPs for the cluster load balancer.

Inheritance
azure.mgmt.containerservice._serialization.Model
ManagedClusterLoadBalancerProfileManagedOutboundIPs

Constructor

ManagedClusterLoadBalancerProfileManagedOutboundIPs(*, count: int = 1, **kwargs: Any)

Keyword-Only Parameters

Name Description
count
int

Desired number of outbound IP created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.

default value: 1

Variables

Name Description
count
int

Desired number of outbound IP created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.