Class Image.RawDisk

  • Enclosing class:
    Image

    public abstract static class Image.RawDisk
    extends Object
    • Method Detail

      • source

        public abstract URI source()
        The full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk image is created.
      • containerType

        public abstract String containerType()
        The format used to encode and transmit the block device.
      • sha1Checksum

        @Nullable
        public abstract String sha1Checksum()
        SHA1 checksum of the disk image before unpacking; provided by the client when the disk image is created.