Package org.jclouds.elasticstack.domain
Class Drive
java.lang.Object
org.jclouds.elasticstack.domain.Item
org.jclouds.elasticstack.domain.Drive
- Direct Known Subclasses:
 CreateDriveRequest,DriveData,DriveInfo,StandardDrive
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields 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.Item
getName, getTags, getUserMetadata, getUuid 
- 
Field Details
- 
size
protected final long size - 
claimType
 - 
readers
 
 - 
 - 
Constructor Details
- 
Drive
 
 - 
 - 
Method Details
- 
getClaimType
- Returns:
 - either 'exclusive' (the default) or 'shared' to allow multiple servers to access a drive simultaneously
 
 - 
getReaders
- Returns:
 - list of users allowed to read from a drive or 'ffffffff-ffff-ffff-ffff-ffffffffffff' for all users
 
 - 
getSize
public long getSize()- Returns:
 - size of drive in bytes
 
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -