Class ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs
@Stability(Stable) @Internal public static final class ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs
An implementation forContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs
ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder, ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetMaxPodsPerNode()The maximum number of pods per node which use this pod network.StringgetSecondaryPodRange()The name of the secondary range on the subnet which provides IP address for this pod range.StringgetSubnetwork()Name of the subnetwork where the additional pod network belongs.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder.
-
-
Method Detail
-
getMaxPodsPerNode
public final Number getMaxPodsPerNode()
Description copied from interface:ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigsThe 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_cluster#max_pods_per_node ContainerCluster#max_pods_per_node}
- Specified by:
getMaxPodsPerNodein interfaceContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
getSecondaryPodRange
public final String getSecondaryPodRange()
Description copied from interface:ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigsThe 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_cluster#secondary_pod_range ContainerCluster#secondary_pod_range}
- Specified by:
getSecondaryPodRangein interfaceContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigsName 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_cluster#subnetwork ContainerCluster#subnetwork}
- Specified by:
getSubnetworkin interfaceContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-