|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DriveStatus | |
---|---|
org.jclouds.cloudsigma.domain |
Uses of DriveStatus in org.jclouds.cloudsigma.domain |
---|
Fields in org.jclouds.cloudsigma.domain declared as DriveStatus | |
---|---|
protected DriveStatus |
DriveInfo.status
|
protected DriveStatus |
DriveInfo.Builder.status
|
Methods in org.jclouds.cloudsigma.domain that return DriveStatus | |
---|---|
static DriveStatus |
DriveStatus.fromValue(String status)
|
DriveStatus |
DriveInfo.getStatus()
|
static DriveStatus |
DriveStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DriveStatus[] |
DriveStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jclouds.cloudsigma.domain with parameters of type DriveStatus | |
---|---|
DriveInfo.Builder |
DriveInfo.Builder.status(DriveStatus status)
|
Constructors in org.jclouds.cloudsigma.domain with parameters of type DriveStatus | |
---|---|
DriveInfo(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use,
DriveStatus status,
String user,
Set<String> claimed,
String encryptionCipher,
String imaging,
DriveMetrics metrics,
Boolean autoexpanding,
Integer bits,
String description,
Iterable<String> driveType,
String encryptionKey,
Boolean free,
String installNotes,
String os,
DriveType type,
URI url)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |