Interface ContainerClusterIpAllocationPolicyAdditionalPodRangesConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterIpAllocationPolicyAdditionalPodRangesConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.220Z") @Stability(Stable) public interface ContainerClusterIpAllocationPolicyAdditionalPodRangesConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterIpAllocationPolicyAdditionalPodRangesConfig.Builderstatic classContainerClusterIpAllocationPolicyAdditionalPodRangesConfig.Jsii$ProxyAn implementation forContainerClusterIpAllocationPolicyAdditionalPodRangesConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerClusterIpAllocationPolicyAdditionalPodRangesConfig.Builderbuilder()List<String>getPodRangeNames()Name for pod secondary ipv4 range which has the actual range defined ahead.
-
-
-
Method Detail
-
getPodRangeNames
@Stability(Stable) @NotNull List<String> getPodRangeNames()
Name for pod secondary ipv4 range which has the actual range defined ahead.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#pod_range_names ContainerCluster#pod_range_names}
-
builder
@Stability(Stable) static ContainerClusterIpAllocationPolicyAdditionalPodRangesConfig.Builder builder()
-
-