Interface ContainerClusterNodePoolNodeConfigTaint
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodePoolNodeConfigTaint.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.272Z") @Stability(Stable) public interface ContainerClusterNodePoolNodeConfigTaint extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodePoolNodeConfigTaint.BuilderA builder forContainerClusterNodePoolNodeConfigTaintstatic classContainerClusterNodePoolNodeConfigTaint.Jsii$ProxyAn implementation forContainerClusterNodePoolNodeConfigTaint
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerClusterNodePoolNodeConfigTaint.Builderbuilder()StringgetEffect()Effect for taint.StringgetKey()Key for taint.StringgetValue()Value for taint.
-
-
-
Method Detail
-
getEffect
@Stability(Stable) @NotNull String getEffect()
Effect for taint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#effect ContainerCluster#effect}
-
getKey
@Stability(Stable) @NotNull String getKey()
Key for taint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#key ContainerCluster#key}
-
getValue
@Stability(Stable) @NotNull String getValue()
Value for taint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#value ContainerCluster#value}
-
builder
@Stability(Stable) static ContainerClusterNodePoolNodeConfigTaint.Builder builder()
-
-