Interface GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigDeploymentConfigsPodTolerations
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigDeploymentConfigsPodTolerations.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.354Z") @Stability(Stable) public interface GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigDeploymentConfigsPodTolerations extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigDeploymentConfigsPodTolerations.Builderstatic classGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigDeploymentConfigsPodTolerations.Jsii$Proxy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigDeploymentConfigsPodTolerations.Builderbuilder()default StringgetEffect()Matches a taint effect.default StringgetKey()Matches a taint key (not necessarily unique).default StringgetOperator()Matches a taint operator.default StringgetValue()Matches a taint value.
-
-
-
Method Detail
-
getEffect
@Stability(Stable) @Nullable default String getEffect()
Matches a taint effect.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#effect GkeHubFeatureMembership#effect}
-
getKey
@Stability(Stable) @Nullable default String getKey()
Matches a taint key (not necessarily unique).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#key GkeHubFeatureMembership#key}
-
getOperator
@Stability(Stable) @Nullable default String getOperator()
Matches a taint operator.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#operator GkeHubFeatureMembership#operator}
-
getValue
@Stability(Stable) @Nullable default String getValue()
Matches a taint value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#value GkeHubFeatureMembership#value}
-
builder
@Stability(Stable) static GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigDeploymentConfigsPodTolerations.Builder builder()
-
-