Class GkeHubFeatureSpecClusterupgradeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureSpecClusterupgradeOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.331Z") @Stability(Stable) public class GkeHubFeatureSpecClusterupgradeOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description GkeHubFeatureSpecClusterupgradeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeHubFeatureSpecClusterupgradeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeHubFeatureSpecClusterupgradeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesListgetGkeUpgradeOverrides()ObjectgetGkeUpgradeOverridesInput()GkeHubFeatureSpecClusterupgradegetInternalValue()GkeHubFeatureSpecClusterupgradePostConditionsOutputReferencegetPostConditions()GkeHubFeatureSpecClusterupgradePostConditionsgetPostConditionsInput()List<String>getUpstreamFleets()List<String>getUpstreamFleetsInput()voidputGkeUpgradeOverrides(Object value)voidputPostConditions(GkeHubFeatureSpecClusterupgradePostConditions value)voidresetGkeUpgradeOverrides()voidresetPostConditions()voidsetInternalValue(GkeHubFeatureSpecClusterupgrade value)voidsetUpstreamFleets(List<String> value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
GkeHubFeatureSpecClusterupgradeOutputReference
protected GkeHubFeatureSpecClusterupgradeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeHubFeatureSpecClusterupgradeOutputReference
protected GkeHubFeatureSpecClusterupgradeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeHubFeatureSpecClusterupgradeOutputReference
@Stability(Stable) public GkeHubFeatureSpecClusterupgradeOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putGkeUpgradeOverrides
@Stability(Stable) public void putGkeUpgradeOverrides(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putPostConditions
@Stability(Stable) public void putPostConditions(@NotNull GkeHubFeatureSpecClusterupgradePostConditions value)- Parameters:
value- This parameter is required.
-
resetGkeUpgradeOverrides
@Stability(Stable) public void resetGkeUpgradeOverrides()
-
resetPostConditions
@Stability(Stable) public void resetPostConditions()
-
getGkeUpgradeOverrides
@Stability(Stable) @NotNull public GkeHubFeatureSpecClusterupgradeGkeUpgradeOverridesList getGkeUpgradeOverrides()
-
getPostConditions
@Stability(Stable) @NotNull public GkeHubFeatureSpecClusterupgradePostConditionsOutputReference getPostConditions()
-
getGkeUpgradeOverridesInput
@Stability(Stable) @Nullable public Object getGkeUpgradeOverridesInput()
-
getPostConditionsInput
@Stability(Stable) @Nullable public GkeHubFeatureSpecClusterupgradePostConditions getPostConditionsInput()
-
getInternalValue
@Stability(Stable) @Nullable public GkeHubFeatureSpecClusterupgrade getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeHubFeatureSpecClusterupgrade value)
-
-