Interface GkeonpremBareMetalClusterNetworkConfigIslandModeCidr
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.437Z") @Stability(Stable) public interface GkeonpremBareMetalClusterNetworkConfigIslandModeCidr extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterNetworkConfigIslandModeCidr.BuilderA builder forGkeonpremBareMetalClusterNetworkConfigIslandModeCidrstatic classGkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterNetworkConfigIslandModeCidr
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.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_cluster#pod_address_cidr_blocks GkeonpremBareMetalCluster#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_cluster#service_address_cidr_blocks GkeonpremBareMetalCluster#service_address_cidr_blocks}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterNetworkConfigIslandModeCidr.Builder builder()
-
-