Class GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature.GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference
-
- 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.315Z") @Stability(Stable) public class GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference 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 GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeHubFeatureFleetDefaultMemberConfigMeshOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeHubFeatureFleetDefaultMemberConfigMeshOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeHubFeatureFleetDefaultMemberConfigMeshgetInternalValue()StringgetManagement()StringgetManagementInput()voidsetInternalValue(GkeHubFeatureFleetDefaultMemberConfigMesh value)voidsetManagement(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
-
GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference
protected GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference
protected GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference
@Stability(Stable) public GkeHubFeatureFleetDefaultMemberConfigMeshOutputReference(@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
-
getManagementInput
@Stability(Stable) @Nullable public String getManagementInput()
-
getManagement
@Stability(Stable) @NotNull public String getManagement()
-
setManagement
@Stability(Stable) public void setManagement(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeHubFeatureFleetDefaultMemberConfigMesh getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeHubFeatureFleetDefaultMemberConfigMesh value)
-
-