Class ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_node_pool.ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
@Stability(Stable) @Internal public static final class ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
An implementation forContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
-
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_node_pool.ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder, ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.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(ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs.Builder.
-
-
Method Detail
-
getMaxPodsPerNode
public final Number getMaxPodsPerNode()
Description copied from interface:ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigsThe 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}
- Specified by:
getMaxPodsPerNodein interfaceContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
getSecondaryPodRange
public final String getSecondaryPodRange()
Description copied from interface:ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigsThe 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}
- Specified by:
getSecondaryPodRangein interfaceContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigsName 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}
- Specified by:
getSubnetworkin interfaceContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-