Class Image.RawDisk
java.lang.Object
org.jclouds.googlecomputeengine.domain.Image.RawDisk
- Enclosing class:
 Image
- 
Method Summary
Modifier and TypeMethodDescriptionabstract StringThe format used to encode and transmit the block device.static Image.RawDiskabstract StringSHA1 checksum of the disk image before unpacking; provided by the client when the disk image is created.abstract URIsource()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
 
 -