ManagedClusterLoadBalancerProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterLoadBalancerProfile
- com.
Implements
public final class ManagedClusterLoadBalancerProfile
implements JsonSerializable<ManagedClusterLoadBalancerProfile>
Profile of the managed cluster load balancer.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterLoadBalancerProfile() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
allocatedOutboundPorts()
Get the allocated |
Backend |
backendPoolType()
Get the backend |
List<Resource |
effectiveOutboundIPs()
Get the effective |
Boolean |
enableMultipleStandardLoadBalancers()
Get the enable |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Integer |
idleTimeoutInMinutes()
Get the idle |
Managed |
managedOutboundIPs()
Get the managed |
Managed |
outboundIPs()
Get the outbound |
Managed |
outboundIpPrefixes()
Get the outbound |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withAllocatedOutboundPorts(Integer allocatedOutboundPorts)
Set the allocated |
Managed |
withBackendPoolType(BackendPoolType backendPoolType)
Set the backend |
Managed |
withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)
Set the effective |
Managed |
withEnableMultipleStandardLoadBalancers(Boolean enableMultipleStandardLoadBalancers)
Set the enable |
Managed |
withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idle |
Managed |
withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)
Set the managed |
Managed |
withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)
Set the outbound |
Managed |
withOutboundIpPrefixes(ManagedClusterLoadBalancerProfileOutboundIpPrefixes outboundIpPrefixes)
Set the outbound |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterLoadBalancerProfile
public ManagedClusterLoadBalancerProfile()
Creates an instance of ManagedClusterLoadBalancerProfile class.
Method Details
allocatedOutboundPorts
public Integer allocatedOutboundPorts()
Get the allocatedOutboundPorts property: 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.
Returns:
backendPoolType
public BackendPoolType backendPoolType()
Get the backendPoolType property: The type of the managed inbound Load Balancer BackendPool.
Returns:
effectiveOutboundIPs
public List
Get the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.
Returns:
enableMultipleStandardLoadBalancers
public Boolean enableMultipleStandardLoadBalancers()
Get the enableMultipleStandardLoadBalancers property: Enable multiple standard load balancers per AKS cluster or not.
Returns:
fromJson
public static ManagedClusterLoadBalancerProfile fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterLoadBalancerProfile from the JsonReader.
Parameters:
Returns:
Throws:
idleTimeoutInMinutes
public Integer idleTimeoutInMinutes()
Get the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes.
Returns:
managedOutboundIPs
public ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs()
Get the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.
Returns:
outboundIPs
public ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs()
Get the outboundIPs property: Desired outbound IP resources for the cluster load balancer.
Returns:
outboundIpPrefixes
public ManagedClusterLoadBalancerProfileOutboundIpPrefixes outboundIpPrefixes()
Get the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAllocatedOutboundPorts
public ManagedClusterLoadBalancerProfile withAllocatedOutboundPorts(Integer allocatedOutboundPorts)
Set the allocatedOutboundPorts property: 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.
Parameters:
Returns:
withBackendPoolType
public ManagedClusterLoadBalancerProfile withBackendPoolType(BackendPoolType backendPoolType)
Set the backendPoolType property: The type of the managed inbound Load Balancer BackendPool.
Parameters:
Returns:
withEffectiveOutboundIPs
public ManagedClusterLoadBalancerProfile withEffectiveOutboundIPs(List
Set the effectiveOutboundIPs property: The effective outbound IP resources of the cluster load balancer.
Parameters:
Returns:
withEnableMultipleStandardLoadBalancers
public ManagedClusterLoadBalancerProfile withEnableMultipleStandardLoadBalancers(Boolean enableMultipleStandardLoadBalancers)
Set the enableMultipleStandardLoadBalancers property: Enable multiple standard load balancers per AKS cluster or not.
Parameters:
Returns:
withIdleTimeoutInMinutes
public ManagedClusterLoadBalancerProfile withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes.
Parameters:
Returns:
withManagedOutboundIPs
public ManagedClusterLoadBalancerProfile withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)
Set the managedOutboundIPs property: Desired managed outbound IPs for the cluster load balancer.
Parameters:
Returns:
withOutboundIPs
public ManagedClusterLoadBalancerProfile withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)
Set the outboundIPs property: Desired outbound IP resources for the cluster load balancer.
Parameters:
Returns:
withOutboundIpPrefixes
public ManagedClusterLoadBalancerProfile withOutboundIpPrefixes(ManagedClusterLoadBalancerProfileOutboundIpPrefixes outboundIpPrefixes)
Set the outboundIpPrefixes property: Desired outbound IP Prefix resources for the cluster load balancer.
Parameters:
Returns:
Applies to
Azure SDK for Java