Package org.jclouds.elasticstack.domain
Class CreateDriveRequest
- java.lang.Object
-
- org.jclouds.elasticstack.domain.Item
-
- org.jclouds.elasticstack.domain.Drive
-
- org.jclouds.elasticstack.domain.CreateDriveRequest
-
public class CreateDriveRequest extends Drive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateDriveRequest.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Set<String>
getAvoid()
String
getEncryptionCipher()
int
hashCode()
String
toString()
-
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
-
-
-
-
Method Detail
-
getAvoid
public Set<String> getAvoid()
- Returns:
- list of existing drives to ensure this new drive is created on physical different hardware than those existing drives
-
getEncryptionCipher
@Nullable public String getEncryptionCipher()
- Returns:
- either 'none' or 'aes-xts-plain' (the default)
-
-