Interface ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.291Z") @Stability(Stable) public interface ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builderstatic classContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$ProxyAn implementation forContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builderbuilder()default NumbergetMaxPodsPerNode()The maximum number of pods per node which use this pod network.default StringgetSecondaryPodRange()The name of the secondary range on the subnet which provides IP address for this pod range.default StringgetSubnetwork()Name of the subnetwork where the additional pod network belongs.
-
-
-
Method Detail
-
getMaxPodsPerNode
@Stability(Stable) @Nullable default Number getMaxPodsPerNode()
The maximum number of pods per node which use this pod network.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#max_pods_per_node ContainerNodePool#max_pods_per_node}
-
getSecondaryPodRange
@Stability(Stable) @Nullable default String getSecondaryPodRange()
The name of the secondary range on the subnet which provides IP address for this pod range.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#secondary_pod_range ContainerNodePool#secondary_pod_range}
-
getSubnetwork
@Stability(Stable) @Nullable default String getSubnetwork()
Name of the subnetwork where the additional pod network belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#subnetwork ContainerNodePool#subnetwork}
-
builder
@Stability(Stable) static ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder builder()
-
-