Class GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
@Stability(Stable) @Internal public static final class GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
An implementation forGkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder, GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetSoaking()Amount of time to "soak" after a rollout has been finished before marking it COMPLETE.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions.Builder.
-
-
Method Detail
-
getSoaking
public final String getSoaking()
Description copied from interface:GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditionsAmount 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}
- Specified by:
getSoakingin interfaceGkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesPostConditions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-