| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Method and Description |
|---|---|
InstanceTemplate.PersistentDisk.Mode |
InstanceTemplate.PersistentDisk.getMode() |
static InstanceTemplate.PersistentDisk.Mode |
InstanceTemplate.PersistentDisk.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceTemplate.PersistentDisk.Mode[] |
InstanceTemplate.PersistentDisk.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceTemplate |
InstanceTemplate.addDisk(InstanceTemplate.PersistentDisk.Mode mode,
URI source) |
InstanceTemplate |
InstanceTemplate.addDisk(InstanceTemplate.PersistentDisk.Mode mode,
URI source,
Boolean deleteOnTerminate) |
InstanceTemplate |
InstanceTemplate.addDisk(InstanceTemplate.PersistentDisk.Mode mode,
URI source,
String deviceName,
Boolean deleteOnTerminate) |
InstanceTemplate |
InstanceTemplate.addDisk(InstanceTemplate.PersistentDisk.Mode mode,
URI source,
String deviceName,
Boolean deleteOnTerminate,
Boolean boot) |
| Constructor and Description |
|---|
InstanceTemplate.PersistentDisk(InstanceTemplate.PersistentDisk.Mode mode,
URI source,
String deviceName,
Boolean deleteOnTerminate,
Boolean boot) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.