Class Image.RawDisk

java.lang.Object
org.jclouds.googlecomputeengine.domain.Image.RawDisk
Enclosing class:
Image

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

    • 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.
    • create

      public static Image.RawDisk create(URI source, String containerType, String sha1Checksum)