Class ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs
- java.lang.Object
-
- com.pulumi.azurenative.containerservice.outputs.ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs
-
public final class ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs.Builder
builder()
static ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs.Builder
builder(ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs defaults)
java.util.Optional<java.lang.Integer>
count()
java.util.Optional<java.lang.Integer>
countIPv6()
-
-
-
Method Detail
-
count
public java.util.Optional<java.lang.Integer> count()
- Returns:
- 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.
-
countIPv6
public java.util.Optional<java.lang.Integer> countIPv6()
- Returns:
- 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.
-
builder
public static ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs.Builder builder()
-
builder
public static ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs.Builder builder(ManagedClusterLoadBalancerProfileResponseManagedOutboundIPs defaults)
-
-