public class CreateDriveRequest extends Drive
Modifier and Type | Class and Description |
---|---|
static class |
CreateDriveRequest.Builder |
name, tags, userMetadata, uuid
Constructor and Description |
---|
CreateDriveRequest(String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata,
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
getName, getTags, getUserMetadata, getUuid
Copyright © 2009-2012 jclouds. All Rights Reserved.