Uses of Class
org.jclouds.elasticstack.domain.DriveStatus
- 
Packages that use DriveStatus Package Description org.jclouds.elasticstack.domain  - 
- 
Uses of DriveStatus in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as DriveStatus Modifier and Type Field Description protected DriveStatusDriveInfo.Builder. statusprotected DriveStatusDriveInfo. statusMethods in org.jclouds.elasticstack.domain that return DriveStatus Modifier and Type Method Description static DriveStatusDriveStatus. fromValue(String status)DriveStatusDriveInfo. getStatus()static DriveStatusDriveStatus. 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.Methods in org.jclouds.elasticstack.domain with parameters of type DriveStatus Modifier and Type Method Description DriveInfo.BuilderDriveInfo.Builder. status(DriveStatus status)Constructors in org.jclouds.elasticstack.domain with parameters of type DriveStatus Constructor 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) 
 -