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