Class GkeonpremBareMetalNodePoolNodePoolConfigTaints.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_node_pool.GkeonpremBareMetalNodePoolNodePoolConfigTaints.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalNodePoolNodePoolConfigTaints,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalNodePoolNodePoolConfigTaints
@Stability(Stable) @Internal public static final class GkeonpremBareMetalNodePoolNodePoolConfigTaints.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalNodePoolNodePoolConfigTaints
An implementation forGkeonpremBareMetalNodePoolNodePoolConfigTaints
-
-
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.gkeonprem_bare_metal_node_pool.GkeonpremBareMetalNodePoolNodePoolConfigTaints
GkeonpremBareMetalNodePoolNodePoolConfigTaints.Builder, GkeonpremBareMetalNodePoolNodePoolConfigTaints.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalNodePoolNodePoolConfigTaints.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalNodePoolNodePoolConfigTaints.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)StringgetEffect()Specifies the nodes operating system (default: LINUX).StringgetKey()Key associated with the effect.StringgetValue()Value associated with the effect.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(GkeonpremBareMetalNodePoolNodePoolConfigTaints.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalNodePoolNodePoolConfigTaints.Builder.
-
-
Method Detail
-
getEffect
public final String getEffect()
Description copied from interface:GkeonpremBareMetalNodePoolNodePoolConfigTaintsSpecifies the nodes operating system (default: LINUX). Possible values: ["EFFECT_UNSPECIFIED", "PREFER_NO_SCHEDULE", "NO_EXECUTE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_node_pool#effect GkeonpremBareMetalNodePool#effect}
- Specified by:
getEffectin interfaceGkeonpremBareMetalNodePoolNodePoolConfigTaints
-
getKey
public final String getKey()
Description copied from interface:GkeonpremBareMetalNodePoolNodePoolConfigTaintsKey associated with the effect.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_node_pool#key GkeonpremBareMetalNodePool#key}
- Specified by:
getKeyin interfaceGkeonpremBareMetalNodePoolNodePoolConfigTaints
-
getValue
public final String getValue()
Description copied from interface:GkeonpremBareMetalNodePoolNodePoolConfigTaintsValue associated with the effect.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_node_pool#value GkeonpremBareMetalNodePool#value}
- Specified by:
getValuein interfaceGkeonpremBareMetalNodePoolNodePoolConfigTaints
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-