public class DriveInfo extends Drive
Modifier and Type | Class and Description |
---|---|
static class |
DriveInfo.Builder |
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
claimed |
protected String |
encryptionCipher |
protected String |
imaging |
protected DriveMetrics |
metrics |
protected DriveStatus |
status |
protected String |
user |
name, tags, userMetadata, uuid
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getClaimed() |
String |
getEncryptionCipher() |
String |
getImaging() |
DriveMetrics |
getMetrics() |
DriveStatus |
getStatus() |
String |
getUser() |
int |
hashCode() |
String |
toString() |
getClaimType, getReaders, getSize
getName, getTags, getUserMetadata, getUuid
protected final DriveStatus status
protected final String user
protected final DriveMetrics metrics
public DriveStatus getStatus()
public String getUser()
public Set<String> getClaimed()
@Nullable public String getEncryptionCipher()
public String getImaging()
public DriveMetrics getMetrics()
Copyright © 2009-2012 jclouds. All Rights Reserved.