Interface GkeonpremBareMetalNodePoolNodePoolConfigTaints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalNodePoolNodePoolConfigTaints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.458Z") @Stability(Stable) public interface GkeonpremBareMetalNodePoolNodePoolConfigTaints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalNodePoolNodePoolConfigTaints.BuilderA builder forGkeonpremBareMetalNodePoolNodePoolConfigTaintsstatic classGkeonpremBareMetalNodePoolNodePoolConfigTaints.Jsii$ProxyAn implementation forGkeonpremBareMetalNodePoolNodePoolConfigTaints
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalNodePoolNodePoolConfigTaints.Builderbuilder()default StringgetEffect()Specifies the nodes operating system (default: LINUX).default StringgetKey()Key associated with the effect.default StringgetValue()Value associated with the effect.
-
-
-
Method Detail
-
getEffect
@Stability(Stable) @Nullable default String getEffect()
Specifies 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}
-
getKey
@Stability(Stable) @Nullable default String getKey()
Key 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}
-
getValue
@Stability(Stable) @Nullable default String getValue()
Value 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}
-
builder
@Stability(Stable) static GkeonpremBareMetalNodePoolNodePoolConfigTaints.Builder builder()
-
-