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 DriveStatus
DriveInfo.Builder. status
protected DriveStatus
DriveInfo. status
Methods in org.jclouds.elasticstack.domain that return DriveStatus Modifier and Type Method Description static DriveStatus
DriveStatus. fromValue(String status)
DriveStatus
DriveInfo. getStatus()
static DriveStatus
DriveStatus. 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.Builder
DriveInfo.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)
-