public class CreateDriveRequest extends Drive
Modifier and Type | Class and Description |
---|---|
static class |
CreateDriveRequest.Builder |
Constructor and Description |
---|
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use,
String encryptionCipher,
Iterable<String> avoid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getAvoid() |
String |
getEncryptionCipher() |
int |
hashCode() |
String |
toString() |
getClaimType, getReaders, getSize, getTags
Copyright © 2009-2012 jclouds. All Rights Reserved.