Package org.jclouds.elasticstack.domain
Class DriveInfo
java.lang.Object
org.jclouds.elasticstack.domain.Item
org.jclouds.elasticstack.domain.Drive
org.jclouds.elasticstack.domain.DriveInfo
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final String
protected final DriveMetrics
protected final DriveStatus
protected final String
Fields inherited from class org.jclouds.elasticstack.domain.Item
name, tags, userMetadata, uuid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.elasticstack.domain.Drive
getClaimType, getReaders, getSize
Methods inherited from class org.jclouds.elasticstack.domain.Item
getName, getTags, getUserMetadata, getUuid
-
Field Details
-
status
-
user
-
claimed
-
encryptionCipher
-
imaging
-
metrics
-
-
Constructor Details
-
DriveInfo
-
-
Method Details
-
getStatus
- Returns:
- current status of the drive
-
getUser
- Returns:
- owner of the drive
-
getClaimed
- Returns:
- if drive is in use by a server, values are the server uuids
-
getEncryptionCipher
- Returns:
- either 'none' or 'aes-xts-plain' (the default)
-
getImaging
- Returns:
- percentage completed of drive imaging if this is underway, or 'queued' if waiting for another imaging operation to complete first
-
getMetrics
- Returns:
- i/o and request metrics for read and write ops
-
hashCode
public int hashCode() -
equals
-
toString
-