Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
abstract Instance.AttachedDisk.Mode |
Instance.AttachedDisk.mode() |
static Instance.AttachedDisk.Mode |
Instance.AttachedDisk.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.AttachedDisk.Mode[] |
Instance.AttachedDisk.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Instance.AttachedDisk |
Instance.AttachedDisk.create(int index,
Instance.AttachedDisk.Type type,
Instance.AttachedDisk.Mode mode,
URI source,
String deviceName,
boolean autoDelete,
boolean boot,
AttachDisk.InitializeParams initializeParams,
List<String> licenses,
AttachDisk.DiskInterface diskInterface) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.