|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudsigma.domain.Item
org.jclouds.cloudsigma.domain.Drive
org.jclouds.cloudsigma.domain.DriveData
public class DriveData
| Nested Class Summary | |
|---|---|
static class |
DriveData.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.cloudsigma.domain.Drive |
|---|
claimType, readers, size, tags |
| Fields inherited from class org.jclouds.cloudsigma.domain.Item |
|---|
name, use, uuid |
| Constructor Summary | |
|---|---|
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jclouds.cloudsigma.domain.Drive |
|---|
equals, getClaimType, getReaders, getSize, getTags, hashCode, toString |
| Methods inherited from class org.jclouds.cloudsigma.domain.Item |
|---|
getName, getUse, getUuid |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DriveData(@Nullable
String uuid,
String name,
long size,
@Nullable
ClaimType claimType,
Iterable<String> tags,
Iterable<String> readers,
Iterable<String> use)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||