Interface EdgecontainerClusterNetworking
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EdgecontainerClusterNetworking.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.134Z") @Stability(Stable) public interface EdgecontainerClusterNetworking extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEdgecontainerClusterNetworking.BuilderA builder forEdgecontainerClusterNetworkingstatic classEdgecontainerClusterNetworking.Jsii$ProxyAn implementation forEdgecontainerClusterNetworking
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static EdgecontainerClusterNetworking.Builderbuilder()List<String>getClusterIpv4CidrBlocks()All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks.default List<String>getClusterIpv6CidrBlocks()If specified, dual stack mode is enabled and all pods in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.List<String>getServicesIpv4CidrBlocks()All services in the cluster are assigned an RFC1918 IPv4 address from these blocks.default List<String>getServicesIpv6CidrBlocks()If specified, dual stack mode is enabled and all services in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.
-
-
-
Method Detail
-
getClusterIpv4CidrBlocks
@Stability(Stable) @NotNull List<String> getClusterIpv4CidrBlocks()
All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks.Only a single block 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/edgecontainer_cluster#cluster_ipv4_cidr_blocks EdgecontainerCluster#cluster_ipv4_cidr_blocks}
-
getServicesIpv4CidrBlocks
@Stability(Stable) @NotNull List<String> getServicesIpv4CidrBlocks()
All services in the cluster are assigned an RFC1918 IPv4 address from these blocks.Only a single block 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/edgecontainer_cluster#services_ipv4_cidr_blocks EdgecontainerCluster#services_ipv4_cidr_blocks}
-
getClusterIpv6CidrBlocks
@Stability(Stable) @Nullable default List<String> getClusterIpv6CidrBlocks()
If specified, dual stack mode is enabled and all pods in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.Only a single block 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/edgecontainer_cluster#cluster_ipv6_cidr_blocks EdgecontainerCluster#cluster_ipv6_cidr_blocks}
-
getServicesIpv6CidrBlocks
@Stability(Stable) @Nullable default List<String> getServicesIpv6CidrBlocks()
If specified, dual stack mode is enabled and all services in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.Only a single block 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/edgecontainer_cluster#services_ipv6_cidr_blocks EdgecontainerCluster#services_ipv6_cidr_blocks}
-
builder
@Stability(Stable) static EdgecontainerClusterNetworking.Builder builder()
-
-