Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
protected Volume.State |
Volume.Builder.state |
Modifier and Type | Method and Description |
---|---|
static Volume.State |
Volume.State.fromValue(String state) |
Volume.State |
Volume.getState() |
static Volume.State |
Volume.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Volume.State[] |
Volume.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Volume.Builder.state(Volume.State state) |
Constructor and Description |
---|
Volume(String id,
String account,
Date attached,
Date created,
boolean destroyed,
String deviceId,
String diskOfferingDisplayText,
String diskOfferingId,
String diskOfferingName,
String domain,
String domainId,
String hypervisor,
boolean isExtractable,
String jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
String serviceOfferingId,
String serviceOfferingName,
long size,
String snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
String virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
String zoneId,
String zoneName) |
Copyright © 2009-2013 jclouds. All Rights Reserved.