Interface GkeHubFeatureSpecClusterupgradePostConditions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubFeatureSpecClusterupgradePostConditions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.331Z") @Stability(Stable) public interface GkeHubFeatureSpecClusterupgradePostConditions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubFeatureSpecClusterupgradePostConditions.BuilderA builder forGkeHubFeatureSpecClusterupgradePostConditionsstatic classGkeHubFeatureSpecClusterupgradePostConditions.Jsii$ProxyAn implementation forGkeHubFeatureSpecClusterupgradePostConditions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeHubFeatureSpecClusterupgradePostConditions.Builderbuilder()StringgetSoaking()Amount of time to "soak" after a rollout has been finished before marking it COMPLETE.
-
-
-
Method Detail
-
getSoaking
@Stability(Stable) @NotNull String getSoaking()
Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#soaking GkeHubFeature#soaking}
-
builder
@Stability(Stable) static GkeHubFeatureSpecClusterupgradePostConditions.Builder builder()
-
-