Class Image.RawDisk
java.lang.Object
org.jclouds.googlecomputeengine.domain.Image.RawDisk
- Enclosing class:
Image
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
The format used to encode and transmit the block device.static Image.RawDisk
abstract String
SHA1 checksum of the disk image before unpacking; provided by the client when the disk image is created.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.
-
Method Details
-
source
The full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk image is created. -
containerType
The format used to encode and transmit the block device. -
sha1Checksum
SHA1 checksum of the disk image before unpacking; provided by the client when the disk image is created. -
create
-