Interface ContainerClusterMasterAuthorizedNetworksConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterMasterAuthorizedNetworksConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.224Z") @Stability(Stable) public interface ContainerClusterMasterAuthorizedNetworksConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterMasterAuthorizedNetworksConfig.BuilderA builder forContainerClusterMasterAuthorizedNetworksConfigstatic classContainerClusterMasterAuthorizedNetworksConfig.Jsii$ProxyAn implementation forContainerClusterMasterAuthorizedNetworksConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterMasterAuthorizedNetworksConfig.Builderbuilder()default ObjectgetCidrBlocks()cidr_blocks block.default ObjectgetGcpPublicCidrsAccessEnabled()Whether Kubernetes master is accessible via Google Compute Engine Public IPs.
-
-
-
Method Detail
-
getCidrBlocks
@Stability(Stable) @Nullable default Object getCidrBlocks()
cidr_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}
-
getGcpPublicCidrsAccessEnabled
@Stability(Stable) @Nullable default Object getGcpPublicCidrsAccessEnabled()
Whether 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}
-
builder
@Stability(Stable) static ContainerClusterMasterAuthorizedNetworksConfig.Builder builder()
-
-