Class GkeHubFeatureSpecClusterupgrade.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureSpecClusterupgrade.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubFeatureSpecClusterupgrade,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubFeatureSpecClusterupgrade
@Stability(Stable) @Internal public static final class GkeHubFeatureSpecClusterupgrade.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubFeatureSpecClusterupgrade
An implementation forGkeHubFeatureSpecClusterupgrade
-
-
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.GkeHubFeatureSpecClusterupgrade
GkeHubFeatureSpecClusterupgrade.Builder, GkeHubFeatureSpecClusterupgrade.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubFeatureSpecClusterupgrade.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubFeatureSpecClusterupgrade.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)ObjectgetGkeUpgradeOverrides()gke_upgrade_overrides block.GkeHubFeatureSpecClusterupgradePostConditionsgetPostConditions()post_conditions block.List<String>getUpstreamFleets()Specified if other fleet should be considered as a source of upgrades.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(GkeHubFeatureSpecClusterupgrade.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubFeatureSpecClusterupgrade.Builder.
-
-
Method Detail
-
getUpstreamFleets
public final List<String> getUpstreamFleets()
Description copied from interface:GkeHubFeatureSpecClusterupgradeSpecified if other fleet should be considered as a source of upgrades.Currently, at most one upstream fleet is allowed. The fleet name should be either fleet project number or id. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#upstream_fleets GkeHubFeature#upstream_fleets}
- Specified by:
getUpstreamFleetsin interfaceGkeHubFeatureSpecClusterupgrade
-
getGkeUpgradeOverrides
public final Object getGkeUpgradeOverrides()
Description copied from interface:GkeHubFeatureSpecClusterupgradegke_upgrade_overrides block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#gke_upgrade_overrides GkeHubFeature#gke_upgrade_overrides}
- Specified by:
getGkeUpgradeOverridesin interfaceGkeHubFeatureSpecClusterupgrade
-
getPostConditions
public final GkeHubFeatureSpecClusterupgradePostConditions getPostConditions()
Description copied from interface:GkeHubFeatureSpecClusterupgradepost_conditions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#post_conditions GkeHubFeature#post_conditions}
- Specified by:
getPostConditionsin interfaceGkeHubFeatureSpecClusterupgrade
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-