public static class Instance.PersistentAttachedDisk extends Instance.AttachedDisk
| Modifier and Type | Class and Description |
|---|---|
static class |
Instance.PersistentAttachedDisk.Builder |
static class |
Instance.PersistentAttachedDisk.Mode |
| Constructor and Description |
|---|
Instance.PersistentAttachedDisk(Instance.PersistentAttachedDisk.Mode mode,
URI source,
String deviceName,
Integer index,
boolean deleteOnTerminate,
boolean boot) |
| Modifier and Type | Method and Description |
|---|---|
static Instance.PersistentAttachedDisk.Builder |
builder() |
com.google.common.base.Optional<String> |
getDeviceName() |
Instance.PersistentAttachedDisk.Mode |
getMode() |
URI |
getSource() |
String |
getSourceDiskName() |
boolean |
isBoot() |
boolean |
isDeleteOnTerminate() |
boolean |
isPersistent() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ephemeralDiskAtIndex, equals, getIndex, hashCode, toString@ConstructorProperties(value={"mode","source","deviceName","index","deleteOnTerminate","boot"}) public Instance.PersistentAttachedDisk(Instance.PersistentAttachedDisk.Mode mode, URI source, String deviceName, Integer index, boolean deleteOnTerminate, boolean boot)
public boolean isPersistent()
isPersistent in class Instance.AttachedDiskpublic Instance.PersistentAttachedDisk.Mode getMode()
public URI getSource()
public String getSourceDiskName()
public com.google.common.base.Optional<String> getDeviceName()
public boolean isDeleteOnTerminate()
public boolean isBoot()
public static Instance.PersistentAttachedDisk.Builder builder()
protected com.google.common.base.Objects.ToStringHelper string()
string in class Instance.AttachedDiskCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.