Package | Description |
---|---|
org.jclouds.cloudstack.domain |
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 |
---|---|
Volume.Builder |
Volume.Builder.state(Volume.State state) |
Constructor and Description |
---|
Volume(long id,
String account,
Date attached,
Date created,
boolean destroyed,
long deviceId,
String diskOfferingDisplayText,
long diskOfferingId,
String diskOfferingName,
String domain,
long domainId,
String hypervisor,
boolean extractable,
long jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
long serviceOfferingId,
String serviceOfferingName,
long size,
long snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
long virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
long zoneId,
String zoneName) |
Copyright © 2009-2012 jclouds. All Rights Reserved.