Class GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalClusterNetworkConfigIslandModeCidr,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalClusterNetworkConfigIslandModeCidr
@Stability(Stable) @Internal public static final class GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalClusterNetworkConfigIslandModeCidr
An implementation forGkeonpremBareMetalClusterNetworkConfigIslandModeCidr
-
-
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.GkeonpremBareMetalClusterNetworkConfigIslandModeCidr
GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Builder, GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterNetworkConfigIslandModeCidr.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>getPodAddressCidrBlocks()All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.List<String>getServiceAddressCidrBlocks()All services in the cluster are assigned an RFC1918 IPv4 address from these ranges.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(GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Builder.
-
-
Method Detail
-
getPodAddressCidrBlocks
public final List<String> getPodAddressCidrBlocks()
Description copied from interface:GkeonpremBareMetalClusterNetworkConfigIslandModeCidrAll pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#pod_address_cidr_blocks GkeonpremBareMetalCluster#pod_address_cidr_blocks}
- Specified by:
getPodAddressCidrBlocksin interfaceGkeonpremBareMetalClusterNetworkConfigIslandModeCidr
-
getServiceAddressCidrBlocks
public final List<String> getServiceAddressCidrBlocks()
Description copied from interface:GkeonpremBareMetalClusterNetworkConfigIslandModeCidrAll services in the cluster are assigned an RFC1918 IPv4 address from these ranges.This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#service_address_cidr_blocks GkeonpremBareMetalCluster#service_address_cidr_blocks}
- Specified by:
getServiceAddressCidrBlocksin interfaceGkeonpremBareMetalClusterNetworkConfigIslandModeCidr
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-