org.jclouds.googlecomputeengine.domain
Class Image.RawDisk

java.lang.Object
  extended by 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:

Nested Class Summary
static class Image.RawDisk.Builder
           
 
Method Summary
static Image.RawDisk.Builder builder()
           
 boolean equals(Object obj)
          
 String getContainerType()
           
 com.google.common.base.Optional<String> getSha1Checksum()
           
 String getSource()
           
 int hashCode()
          
protected  com.google.common.base.Objects.ToStringHelper string()
          
 Image.RawDisk.Builder toBuilder()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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-2014 The Apache Software Foundation. All Rights Reserved.