ManagedClusterLoadBalancerProfileManagedOutboundIPs Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterLoadBalancerProfileManagedOutboundIPs
- com.
Implements
public final class ManagedClusterLoadBalancerProfileManagedOutboundIPs
implements JsonSerializable<ManagedClusterLoadBalancerProfileManagedOutboundIPs>
Desired managed outbound IPs for the cluster load balancer.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterLoadBalancerProfileManagedOutboundIPs() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
count()
Get the count property: The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. |
Integer |
countIPv6()
Get the count |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withCount(Integer count)
Set the count property: The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. |
Managed |
withCountIPv6(Integer countIPv6)
Set the count |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterLoadBalancerProfileManagedOutboundIPs
public ManagedClusterLoadBalancerProfileManagedOutboundIPs()
Creates an instance of ManagedClusterLoadBalancerProfileManagedOutboundIPs class.
Method Details
count
public Integer count()
Get the count property: The desired number of IPv4 outbound IPs 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.
Returns:
countIPv6
public Integer countIPv6()
Get the countIPv6 property: The desired number of IPv6 outbound IPs 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 0 for single-stack and 1 for dual-stack.
Returns:
fromJson
public static ManagedClusterLoadBalancerProfileManagedOutboundIPs fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterLoadBalancerProfileManagedOutboundIPs from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCount
public ManagedClusterLoadBalancerProfileManagedOutboundIPs withCount(Integer count)
Set the count property: The desired number of IPv4 outbound IPs 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.
Parameters:
Returns:
withCountIPv6
public ManagedClusterLoadBalancerProfileManagedOutboundIPs withCountIPv6(Integer countIPv6)
Set the countIPv6 property: The desired number of IPv6 outbound IPs 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 0 for single-stack and 1 for dual-stack.
Parameters:
Returns:
Applies to
Azure SDK for Java