org.jclouds.googlecomputeengine.domain
Class Instance.AttachedDisk
java.lang.Object
org.jclouds.googlecomputeengine.domain.Instance.AttachedDisk
- Direct Known Subclasses:
- Instance.PersistentAttachedDisk
- Enclosing class:
- Instance
public static class Instance.AttachedDisk
- extends Object
A disk attached to an Instance.
- See Also:
Instance.AttachedDisk
public Instance.AttachedDisk(Integer index)
isPersistent
public boolean isPersistent()
getIndex
public int getIndex()
- Returns:
- a zero-based index to assign to this disk, where 0 is reserved for the boot disk.
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
ephemeralDiskAtIndex
public static Instance.AttachedDisk ephemeralDiskAtIndex(Integer index)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.