|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Volume.State | |
---|---|
org.jclouds.cloudstack.domain |
Uses of Volume.State in org.jclouds.cloudstack.domain |
---|
Methods in org.jclouds.cloudstack.domain that return Volume.State | |
---|---|
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. |
Methods in org.jclouds.cloudstack.domain with parameters of type Volume.State | |
---|---|
Volume.Builder |
Volume.Builder.state(Volume.State state)
|
Constructors in org.jclouds.cloudstack.domain with parameters of type Volume.State | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |