Modifier and Type | Method and Description |
---|---|
abstract String |
containerType()
The format used to encode and transmit the block device.
|
static Image.RawDisk |
create(URI source,
String containerType,
String sha1Checksum) |
abstract String |
sha1Checksum()
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.
|
public abstract URI source()
public abstract String containerType()
@Nullable public abstract String sha1Checksum()
public static Image.RawDisk create(URI source, String containerType, String sha1Checksum)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.