Interface GkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.406Z") @Stability(Stable) public interface GkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr.Builderstatic classGkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr.Jsii$ProxyAn implementation forGkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr.Builderbuilder()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.
-
-
-
Method Detail
-
getPodAddressCidrBlocks
@Stability(Stable) @NotNull List<String> getPodAddressCidrBlocks()
All 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_admin_cluster#pod_address_cidr_blocks GkeonpremBareMetalAdminCluster#pod_address_cidr_blocks}
-
getServiceAddressCidrBlocks
@Stability(Stable) @NotNull List<String> getServiceAddressCidrBlocks()
All 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_admin_cluster#service_address_cidr_blocks GkeonpremBareMetalAdminCluster#service_address_cidr_blocks}
-
builder
@Stability(Stable) static GkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr.Builder builder()
-
-