Class ComputeImageRawDisk.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getSource

        public final String getSource()
        Description copied from interface: ComputeImageRawDisk
        The full Google Cloud Storage URL where disk storage is stored You must provide either this property or the sourceDisk property but not both.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#source ComputeImage#source}

        Specified by:
        getSource in interface ComputeImageRawDisk
      • getContainerType

        public final String getContainerType()
        Description copied from interface: ComputeImageRawDisk
        The format used to encode and transmit the block device, which should be TAR.

        This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created. Default value: "TAR" Possible values: ["TAR"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#container_type ComputeImage#container_type}

        Specified by:
        getContainerType in interface ComputeImageRawDisk
      • getSha1

        public final String getSha1()
        Description copied from interface: ComputeImageRawDisk
        An optional SHA1 checksum of the disk image before unpackaging.

        This is provided by the client when the disk image is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#sha1 ComputeImage#sha1}

        Specified by:
        getSha1 in interface ComputeImageRawDisk
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object