Class ContainerAwsClusterNetworking.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_aws_cluster.ContainerAwsClusterNetworking.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAwsClusterNetworking,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAwsClusterNetworking
@Stability(Stable) @Internal public static final class ContainerAwsClusterNetworking.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAwsClusterNetworking
An implementation forContainerAwsClusterNetworking
-
-
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.container_aws_cluster.ContainerAwsClusterNetworking
ContainerAwsClusterNetworking.Builder, ContainerAwsClusterNetworking.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAwsClusterNetworking.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsClusterNetworking.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)ObjectgetPerNodePoolSgRulesDisabled()Disable the per node pool subnet security group rules on the control plane security group.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.StringgetVpcId()The VPC associated with the cluster.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(ContainerAwsClusterNetworking.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAwsClusterNetworking.Builder.
-
-
Method Detail
-
getPodAddressCidrBlocks
public final List<String> getPodAddressCidrBlocks()
Description copied from interface:ContainerAwsClusterNetworkingAll pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.Only a single range 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/container_aws_cluster#pod_address_cidr_blocks ContainerAwsCluster#pod_address_cidr_blocks}
- Specified by:
getPodAddressCidrBlocksin interfaceContainerAwsClusterNetworking
-
getServiceAddressCidrBlocks
public final List<String> getServiceAddressCidrBlocks()
Description copied from interface:ContainerAwsClusterNetworkingAll services in the cluster are assigned an RFC1918 IPv4 address from these ranges.Only a single range 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/container_aws_cluster#service_address_cidr_blocks ContainerAwsCluster#service_address_cidr_blocks}
- Specified by:
getServiceAddressCidrBlocksin interfaceContainerAwsClusterNetworking
-
getVpcId
public final String getVpcId()
Description copied from interface:ContainerAwsClusterNetworkingThe VPC associated with the cluster.All component clusters (i.e. control plane and node pools) run on a single VPC. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#vpc_id ContainerAwsCluster#vpc_id}
- Specified by:
getVpcIdin interfaceContainerAwsClusterNetworking
-
getPerNodePoolSgRulesDisabled
public final Object getPerNodePoolSgRulesDisabled()
Description copied from interface:ContainerAwsClusterNetworkingDisable the per node pool subnet security group rules on the control plane security group.When set to true, you must also provide one or more security groups that ensure node pools are able to send requests to the control plane on TCP/443 and TCP/8132. Failure to do so may result in unavailable node pools. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#per_node_pool_sg_rules_disabled ContainerAwsCluster#per_node_pool_sg_rules_disabled}
- Specified by:
getPerNodePoolSgRulesDisabledin interfaceContainerAwsClusterNetworking
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-