Class ContainerClusterNodePoolPlacementPolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolPlacementPolicy.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterNodePoolPlacementPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterNodePoolPlacementPolicy
@Stability(Stable) @Internal public static final class ContainerClusterNodePoolPlacementPolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterNodePoolPlacementPolicy
An implementation forContainerClusterNodePoolPlacementPolicy
-
-
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.ContainerClusterNodePoolPlacementPolicy
ContainerClusterNodePoolPlacementPolicy.Builder, ContainerClusterNodePoolPlacementPolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterNodePoolPlacementPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterNodePoolPlacementPolicy.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)StringgetPolicyName()If set, refers to the name of a custom resource policy supplied by the user.StringgetTpuTopology()TPU placement topology for pod slice node pool.StringgetType()Type defines the type of placement policy.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(ContainerClusterNodePoolPlacementPolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterNodePoolPlacementPolicy.Builder.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:ContainerClusterNodePoolPlacementPolicyType defines the type of placement policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#type ContainerCluster#type}
- Specified by:
getTypein interfaceContainerClusterNodePoolPlacementPolicy
-
getPolicyName
public final String getPolicyName()
Description copied from interface:ContainerClusterNodePoolPlacementPolicyIf set, refers to the name of a custom resource policy supplied by the user.The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#policy_name ContainerCluster#policy_name}
- Specified by:
getPolicyNamein interfaceContainerClusterNodePoolPlacementPolicy
-
getTpuTopology
public final String getTpuTopology()
Description copied from interface:ContainerClusterNodePoolPlacementPolicyTPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#tpu_topology ContainerCluster#tpu_topology}
- Specified by:
getTpuTopologyin interfaceContainerClusterNodePoolPlacementPolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-