Class EdgecontainerClusterNetworking.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterNetworking.Jsii$Proxy
-
- All Implemented Interfaces:
EdgecontainerClusterNetworking,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EdgecontainerClusterNetworking
@Stability(Stable) @Internal public static final class EdgecontainerClusterNetworking.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgecontainerClusterNetworking
An implementation forEdgecontainerClusterNetworking
-
-
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.edgecontainer_cluster.EdgecontainerClusterNetworking
EdgecontainerClusterNetworking.Builder, EdgecontainerClusterNetworking.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EdgecontainerClusterNetworking.Builder builder)Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterNetworking.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>getClusterIpv4CidrBlocks()All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks.List<String>getClusterIpv6CidrBlocks()If specified, dual stack mode is enabled and all pods in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.List<String>getServicesIpv4CidrBlocks()All services in the cluster are assigned an RFC1918 IPv4 address from these blocks.List<String>getServicesIpv6CidrBlocks()If specified, dual stack mode is enabled and all services in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.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(EdgecontainerClusterNetworking.Builder builder)
Constructor that initializes the object based on literal property values passed by theEdgecontainerClusterNetworking.Builder.
-
-
Method Detail
-
getClusterIpv4CidrBlocks
public final List<String> getClusterIpv4CidrBlocks()
Description copied from interface:EdgecontainerClusterNetworkingAll pods in the cluster are assigned an RFC1918 IPv4 address from these blocks.Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#cluster_ipv4_cidr_blocks EdgecontainerCluster#cluster_ipv4_cidr_blocks}
- Specified by:
getClusterIpv4CidrBlocksin interfaceEdgecontainerClusterNetworking
-
getServicesIpv4CidrBlocks
public final List<String> getServicesIpv4CidrBlocks()
Description copied from interface:EdgecontainerClusterNetworkingAll services in the cluster are assigned an RFC1918 IPv4 address from these blocks.Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#services_ipv4_cidr_blocks EdgecontainerCluster#services_ipv4_cidr_blocks}
- Specified by:
getServicesIpv4CidrBlocksin interfaceEdgecontainerClusterNetworking
-
getClusterIpv6CidrBlocks
public final List<String> getClusterIpv6CidrBlocks()
Description copied from interface:EdgecontainerClusterNetworkingIf specified, dual stack mode is enabled and all pods in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#cluster_ipv6_cidr_blocks EdgecontainerCluster#cluster_ipv6_cidr_blocks}
- Specified by:
getClusterIpv6CidrBlocksin interfaceEdgecontainerClusterNetworking
-
getServicesIpv6CidrBlocks
public final List<String> getServicesIpv6CidrBlocks()
Description copied from interface:EdgecontainerClusterNetworkingIf specified, dual stack mode is enabled and all services in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#services_ipv6_cidr_blocks EdgecontainerCluster#services_ipv6_cidr_blocks}
- Specified by:
getServicesIpv6CidrBlocksin interfaceEdgecontainerClusterNetworking
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-