Class ComposerEnvironmentConfigNodeConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigNodeConfigOutputReference
-
- 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:18.262Z") @Stability(Stable) public class ComposerEnvironmentConfigNodeConfigOutputReference 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 ComposerEnvironmentConfigNodeConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComposerEnvironmentConfigNodeConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComposerEnvironmentConfigNodeConfigOutputReference(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
-
ComposerEnvironmentConfigNodeConfigOutputReference
protected ComposerEnvironmentConfigNodeConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComposerEnvironmentConfigNodeConfigOutputReference
protected ComposerEnvironmentConfigNodeConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComposerEnvironmentConfigNodeConfigOutputReference
@Stability(Stable) public ComposerEnvironmentConfigNodeConfigOutputReference(@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
-
putIpAllocationPolicy
@Stability(Stable) public void putIpAllocationPolicy(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetDiskSizeGb
@Stability(Stable) public void resetDiskSizeGb()
-
resetEnableIpMasqAgent
@Stability(Stable) public void resetEnableIpMasqAgent()
-
resetIpAllocationPolicy
@Stability(Stable) public void resetIpAllocationPolicy()
-
resetMachineType
@Stability(Stable) public void resetMachineType()
-
resetNetwork
@Stability(Stable) public void resetNetwork()
-
resetOauthScopes
@Stability(Stable) public void resetOauthScopes()
-
resetServiceAccount
@Stability(Stable) public void resetServiceAccount()
-
resetSubnetwork
@Stability(Stable) public void resetSubnetwork()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetZone
@Stability(Stable) public void resetZone()
-
getIpAllocationPolicy
@Stability(Stable) @NotNull public ComposerEnvironmentConfigNodeConfigIpAllocationPolicyList getIpAllocationPolicy()
-
getDiskSizeGbInput
@Stability(Stable) @Nullable public Number getDiskSizeGbInput()
-
getEnableIpMasqAgentInput
@Stability(Stable) @Nullable public Object getEnableIpMasqAgentInput()
-
getIpAllocationPolicyInput
@Stability(Stable) @Nullable public Object getIpAllocationPolicyInput()
-
getMachineTypeInput
@Stability(Stable) @Nullable public String getMachineTypeInput()
-
getNetworkInput
@Stability(Stable) @Nullable public String getNetworkInput()
-
getServiceAccountInput
@Stability(Stable) @Nullable public String getServiceAccountInput()
-
getSubnetworkInput
@Stability(Stable) @Nullable public String getSubnetworkInput()
-
getZoneInput
@Stability(Stable) @Nullable public String getZoneInput()
-
getDiskSizeGb
@Stability(Stable) @NotNull public Number getDiskSizeGb()
-
setDiskSizeGb
@Stability(Stable) public void setDiskSizeGb(@NotNull Number value)
-
getEnableIpMasqAgent
@Stability(Stable) @NotNull public Object getEnableIpMasqAgent()
-
setEnableIpMasqAgent
@Stability(Stable) public void setEnableIpMasqAgent(@NotNull Boolean value)
-
setEnableIpMasqAgent
@Stability(Stable) public void setEnableIpMasqAgent(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMachineType
@Stability(Stable) @NotNull public String getMachineType()
-
setMachineType
@Stability(Stable) public void setMachineType(@NotNull String value)
-
getNetwork
@Stability(Stable) @NotNull public String getNetwork()
-
setNetwork
@Stability(Stable) public void setNetwork(@NotNull String value)
-
getServiceAccount
@Stability(Stable) @NotNull public String getServiceAccount()
-
setServiceAccount
@Stability(Stable) public void setServiceAccount(@NotNull String value)
-
getSubnetwork
@Stability(Stable) @NotNull public String getSubnetwork()
-
setSubnetwork
@Stability(Stable) public void setSubnetwork(@NotNull String value)
-
getZone
@Stability(Stable) @NotNull public String getZone()
-
setZone
@Stability(Stable) public void setZone(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComposerEnvironmentConfigNodeConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComposerEnvironmentConfigNodeConfig value)
-
-