Class ContainerClusterMasterAuthorizedNetworksConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterMasterAuthorizedNetworksConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterMasterAuthorizedNetworksConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterMasterAuthorizedNetworksConfig
@Stability(Stable) @Internal public static final class ContainerClusterMasterAuthorizedNetworksConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterMasterAuthorizedNetworksConfig
An implementation forContainerClusterMasterAuthorizedNetworksConfig
-
-
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_cluster.ContainerClusterMasterAuthorizedNetworksConfig
ContainerClusterMasterAuthorizedNetworksConfig.Builder, ContainerClusterMasterAuthorizedNetworksConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterMasterAuthorizedNetworksConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterMasterAuthorizedNetworksConfig.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)ObjectgetCidrBlocks()cidr_blocks block.ObjectgetGcpPublicCidrsAccessEnabled()Whether Kubernetes master is accessible via Google Compute Engine Public IPs.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(ContainerClusterMasterAuthorizedNetworksConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterMasterAuthorizedNetworksConfig.Builder.
-
-
Method Detail
-
getCidrBlocks
public final Object getCidrBlocks()
Description copied from interface:ContainerClusterMasterAuthorizedNetworksConfigcidr_blocks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#cidr_blocks ContainerCluster#cidr_blocks}
- Specified by:
getCidrBlocksin interfaceContainerClusterMasterAuthorizedNetworksConfig
-
getGcpPublicCidrsAccessEnabled
public final Object getGcpPublicCidrsAccessEnabled()
Description copied from interface:ContainerClusterMasterAuthorizedNetworksConfigWhether Kubernetes master is accessible via Google Compute Engine Public IPs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gcp_public_cidrs_access_enabled ContainerCluster#gcp_public_cidrs_access_enabled}
- Specified by:
getGcpPublicCidrsAccessEnabledin interfaceContainerClusterMasterAuthorizedNetworksConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-