public class DriveData extends Drive
Modifier and Type | Class and Description |
---|---|
static class |
DriveData.Builder |
name, tags, userMetadata, uuid
Constructor and Description |
---|
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata) |
equals, getClaimType, getReaders, getSize, hashCode, toString
getName, getTags, getUserMetadata, getUuid
Copyright © 2009-2012 jclouds. All Rights Reserved.