Package com.pulumi.gcp.gkeonprem.outputs
Class BareMetalClusterLoadBalancerMetalLbConfigAddressPool
- java.lang.Object
-
- com.pulumi.gcp.gkeonprem.outputs.BareMetalClusterLoadBalancerMetalLbConfigAddressPool
-
public final class BareMetalClusterLoadBalancerMetalLbConfigAddressPool extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BareMetalClusterLoadBalancerMetalLbConfigAddressPool.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
addresses()
java.util.Optional<java.lang.Boolean>
avoidBuggyIps()
static BareMetalClusterLoadBalancerMetalLbConfigAddressPool.Builder
builder()
static BareMetalClusterLoadBalancerMetalLbConfigAddressPool.Builder
builder(BareMetalClusterLoadBalancerMetalLbConfigAddressPool defaults)
java.util.Optional<java.lang.Boolean>
manualAssign()
java.lang.String
pool()
-
-
-
Method Detail
-
addresses
public java.util.List<java.lang.String> addresses()
- Returns:
- The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
-
avoidBuggyIps
public java.util.Optional<java.lang.Boolean> avoidBuggyIps()
- Returns:
- If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
-
manualAssign
public java.util.Optional<java.lang.Boolean> manualAssign()
- Returns:
- If true, prevent IP addresses from being automatically assigned.
-
pool
public java.lang.String pool()
- Returns:
- The name of the address pool.
-
builder
public static BareMetalClusterLoadBalancerMetalLbConfigAddressPool.Builder builder()
-
builder
public static BareMetalClusterLoadBalancerMetalLbConfigAddressPool.Builder builder(BareMetalClusterLoadBalancerMetalLbConfigAddressPool defaults)
-
-