Interface GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.330Z") @Stability(Stable) public interface GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builderstatic classGkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Jsii$ProxyAn implementation forGkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.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 GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder builder()
-
-