public static class InstanceTemplate.PersistentDisk extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceTemplate.PersistentDisk.Mode |
| Constructor and Description |
|---|
InstanceTemplate.PersistentDisk(InstanceTemplate.PersistentDisk.Mode mode,
URI source,
String deviceName,
Boolean deleteOnTerminate,
Boolean boot) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName() |
InstanceTemplate.PersistentDisk.Mode |
getMode() |
URI |
getSource() |
boolean |
isBoot() |
boolean |
isDeleteOnTerminate() |
public InstanceTemplate.PersistentDisk(InstanceTemplate.PersistentDisk.Mode mode, URI source, String deviceName, Boolean deleteOnTerminate, Boolean boot)
public InstanceTemplate.PersistentDisk.Mode getMode()
public URI getSource()
public String getDeviceName()
public boolean isDeleteOnTerminate()
public boolean isBoot()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.