org.jclouds.googlecomputeengine.domain
Class Image.RawDisk
java.lang.Object
org.jclouds.googlecomputeengine.domain.Image.RawDisk
- Enclosing class:
- Image
public static class Image.RawDisk
- extends Object
A raw disk image, usually the base for an image.
- Author:
- David Alves
- See Also:
getSource
public String getSource()
- Returns:
- the full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk
image is created.
getContainerType
public String getContainerType()
- Returns:
- the format used to encode and transmit the block device.
getSha1Checksum
public com.google.common.base.Optional<String> getSha1Checksum()
- Returns:
- an optional SHA1 checksum of the disk image before unpackaging; provided by the client when the disk
image is created.
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
-
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
-
toString
public String toString()
-
- Overrides:
toString in class Object
builder
public static Image.RawDisk.Builder builder()
toBuilder
public Image.RawDisk.Builder toBuilder()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.