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 |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getAutoexpanding() |
Integer |
getBits() |
Set<String> |
getClaimed() |
String |
getDescription() |
Set<String> |
getDriveType() |
String |
getEncryptionCipher() |
String |
getEncryptionKey() |
Boolean |
getFree() |
String |
getImaging() |
String |
getInstallNotes() |
DriveMetrics |
getMetrics() |
String |
getOs() |
DriveStatus |
getStatus() |
DriveType |
getType() |
URI |
getUrl() |
String |
getUser() |
int |
hashCode() |
String |
toString() |
getClaimType, getReaders, getSize, getTags
protected final DriveStatus status
protected final String user
protected final DriveMetrics metrics
public 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)
public DriveStatus getStatus()
public String getUser()
public Set<String> getClaimed()
@Nullable public String getEncryptionCipher()
public String getImaging()
public DriveMetrics getMetrics()
public Boolean getAutoexpanding()
public Integer getBits()
public String getDescription()
public String getEncryptionKey()
public Boolean getFree()
public String getInstallNotes()
public String getOs()
public DriveType getType()
public URI getUrl()
Copyright © 2009-2012 jclouds. All Rights Reserved.