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 |
protected Set<String> |
tags |
Constructor and Description |
---|
Drive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use) |
protected final long size
protected final ClaimType claimType
@Nullable public ClaimType getClaimType()
public Set<String> getTags()
public Set<String> getReaders()
public long getSize()
Copyright © 2009-2012 jclouds. All Rights Reserved.