Class GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
@Stability(Stable) @Internal public static final class GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
An implementation forGkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Builder, GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getAddresses()The addresses that are part of this pool.ObjectgetAvoidBuggyIps()If true, avoid using IPs ending in .0 or .255.ObjectgetManualAssign()If true, prevent IP addresses from being automatically assigned.StringgetPool()The name of the address pool.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools.Builder.
-
-
Method Detail
-
getAddresses
public final List<String> getAddresses()
Description copied from interface:GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPoolsThe 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). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#addresses GkeonpremBareMetalCluster#addresses}
- Specified by:
getAddressesin interfaceGkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
-
getPool
public final String getPool()
Description copied from interface:GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPoolsThe name of the address pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#pool GkeonpremBareMetalCluster#pool}
- Specified by:
getPoolin interfaceGkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
-
getAvoidBuggyIps
public final Object getAvoidBuggyIps()
Description copied from interface:GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPoolsIf true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#avoid_buggy_ips GkeonpremBareMetalCluster#avoid_buggy_ips}
- Specified by:
getAvoidBuggyIpsin interfaceGkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
-
getManualAssign
public final Object getManualAssign()
Description copied from interface:GkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPoolsIf true, prevent IP addresses from being automatically assigned.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#manual_assign GkeonpremBareMetalCluster#manual_assign}
- Specified by:
getManualAssignin interfaceGkeonpremBareMetalClusterLoadBalancerMetalLbConfigAddressPools
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-