Interface GkeonpremVmwareNodePoolConfigTaints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareNodePoolConfigTaints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.487Z") @Stability(Stable) public interface GkeonpremVmwareNodePoolConfigTaints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareNodePoolConfigTaints.BuilderA builder forGkeonpremVmwareNodePoolConfigTaintsstatic classGkeonpremVmwareNodePoolConfigTaints.Jsii$ProxyAn implementation forGkeonpremVmwareNodePoolConfigTaints
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremVmwareNodePoolConfigTaints.Builderbuilder()default StringgetEffect()Available taint effects.StringgetKey()Key associated with the effect.StringgetValue()Value associated with the effect.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull 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_vmware_node_pool#key GkeonpremVmwareNodePool#key}
-
getValue
@Stability(Stable) @NotNull 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_vmware_node_pool#value GkeonpremVmwareNodePool#value}
-
getEffect
@Stability(Stable) @Nullable default String getEffect()
Available taint effects. Possible values: ["EFFECT_UNSPECIFIED", "NO_SCHEDULE", "PREFER_NO_SCHEDULE", "NO_EXECUTE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_node_pool#effect GkeonpremVmwareNodePool#effect}
-
builder
@Stability(Stable) static GkeonpremVmwareNodePoolConfigTaints.Builder builder()
-
-