Class 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
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IResolvable

        com.hashicorp.cdktf.IResolvable.Jsii$Default, com.hashicorp.cdktf.IResolvable.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable

        com.hashicorp.cdktf.ITerraformAddressable.Jsii$Default, com.hashicorp.cdktf.ITerraformAddressable.Jsii$Proxy
    • 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)