|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DriveStatus | |
|---|---|
| org.jclouds.elasticstack.domain | |
| Uses of DriveStatus in org.jclouds.elasticstack.domain |
|---|
| Fields in org.jclouds.elasticstack.domain declared as DriveStatus | |
|---|---|
protected DriveStatus |
DriveInfo.status
|
protected DriveStatus |
DriveInfo.Builder.status
|
| Methods in org.jclouds.elasticstack.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.elasticstack.domain with parameters of type DriveStatus | |
|---|---|
DriveInfo.Builder |
DriveInfo.Builder.status(DriveStatus status)
|
| Constructors in org.jclouds.elasticstack.domain with parameters of type DriveStatus | |
|---|---|
DriveInfo(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata,
DriveStatus status,
String user,
Set<String> claimed,
String encryptionCipher,
String imaging,
DriveMetrics metrics)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||