Class GkeHubFeatureSpecOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureSpecOutputReference
-
- 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.333Z") @Stability(Stable) public class GkeHubFeatureSpecOutputReference 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 GkeHubFeatureSpecOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeHubFeatureSpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeHubFeatureSpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
GkeHubFeatureSpecOutputReference
protected GkeHubFeatureSpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeHubFeatureSpecOutputReference
protected GkeHubFeatureSpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeHubFeatureSpecOutputReference
@Stability(Stable) public GkeHubFeatureSpecOutputReference(@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
-
putClusterupgrade
@Stability(Stable) public void putClusterupgrade(@NotNull GkeHubFeatureSpecClusterupgrade value)- Parameters:
value- This parameter is required.
-
putFleetobservability
@Stability(Stable) public void putFleetobservability(@NotNull GkeHubFeatureSpecFleetobservability value)- Parameters:
value- This parameter is required.
-
putMulticlusteringress
@Stability(Stable) public void putMulticlusteringress(@NotNull GkeHubFeatureSpecMulticlusteringress value)- Parameters:
value- This parameter is required.
-
resetClusterupgrade
@Stability(Stable) public void resetClusterupgrade()
-
resetFleetobservability
@Stability(Stable) public void resetFleetobservability()
-
resetMulticlusteringress
@Stability(Stable) public void resetMulticlusteringress()
-
getClusterupgrade
@Stability(Stable) @NotNull public GkeHubFeatureSpecClusterupgradeOutputReference getClusterupgrade()
-
getFleetobservability
@Stability(Stable) @NotNull public GkeHubFeatureSpecFleetobservabilityOutputReference getFleetobservability()
-
getMulticlusteringress
@Stability(Stable) @NotNull public GkeHubFeatureSpecMulticlusteringressOutputReference getMulticlusteringress()
-
getClusterupgradeInput
@Stability(Stable) @Nullable public GkeHubFeatureSpecClusterupgrade getClusterupgradeInput()
-
getFleetobservabilityInput
@Stability(Stable) @Nullable public GkeHubFeatureSpecFleetobservability getFleetobservabilityInput()
-
getMulticlusteringressInput
@Stability(Stable) @Nullable public GkeHubFeatureSpecMulticlusteringress getMulticlusteringressInput()
-
getInternalValue
@Stability(Stable) @Nullable public GkeHubFeatureSpec getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeHubFeatureSpec value)
-
-