Class ComputeImageRawDiskOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_image.ComputeImageRawDiskOutputReference
-
- 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.447Z") @Stability(Stable) public class ComputeImageRawDiskOutputReference 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 ComputeImageRawDiskOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeImageRawDiskOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeImageRawDiskOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerType()StringgetContainerTypeInput()ComputeImageRawDiskgetInternalValue()StringgetSha1()StringgetSha1Input()StringgetSource()StringgetSourceInput()voidresetContainerType()voidresetSha1()voidsetContainerType(String value)voidsetInternalValue(ComputeImageRawDisk value)voidsetSha1(String value)voidsetSource(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
-
ComputeImageRawDiskOutputReference
protected ComputeImageRawDiskOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeImageRawDiskOutputReference
protected ComputeImageRawDiskOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeImageRawDiskOutputReference
@Stability(Stable) public ComputeImageRawDiskOutputReference(@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
-
resetContainerType
@Stability(Stable) public void resetContainerType()
-
resetSha1
@Stability(Stable) public void resetSha1()
-
getContainerTypeInput
@Stability(Stable) @Nullable public String getContainerTypeInput()
-
getSha1Input
@Stability(Stable) @Nullable public String getSha1Input()
-
getSourceInput
@Stability(Stable) @Nullable public String getSourceInput()
-
getContainerType
@Stability(Stable) @NotNull public String getContainerType()
-
setContainerType
@Stability(Stable) public void setContainerType(@NotNull String value)
-
getSha1
@Stability(Stable) @NotNull public String getSha1()
-
setSha1
@Stability(Stable) public void setSha1(@NotNull String value)
-
getSource
@Stability(Stable) @NotNull public String getSource()
-
setSource
@Stability(Stable) public void setSource(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeImageRawDisk getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeImageRawDisk value)
-
-