Package | Description |
---|---|
org.jclouds.elasticstack.domain |
Modifier and Type | Field and Description |
---|---|
protected DriveStatus |
DriveInfo.status |
protected DriveStatus |
DriveInfo.Builder.status |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DriveInfo.Builder |
DriveInfo.Builder.status(DriveStatus status) |
Constructor and Description |
---|
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.