public class Drive extends Item
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Drive.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ClaimType | 
claimType  | 
protected Set<String> | 
readers  | 
protected long | 
size  | 
name, tags, userMetadata, uuid| Constructor and Description | 
|---|
Drive(String uuid,
     String name,
     long size,
     ClaimType claimType,
     Iterable<String> readers,
     Iterable<String> tags,
     Map<String,String> userMetadata)  | 
protected final long size
protected final ClaimType claimType
@Nullable public ClaimType getClaimType()
public Set<String> getReaders()
public long getSize()
Copyright © 2009-2013 jclouds. All Rights Reserved.