org.jclouds.cloudsigma.domain
Class DriveData

java.lang.Object
  extended by org.jclouds.cloudsigma.domain.Item
      extended by org.jclouds.cloudsigma.domain.Drive
          extended by org.jclouds.cloudsigma.domain.DriveData

public class DriveData
extends Drive

Author:
Adrian Cole

Nested Class Summary
static class DriveData.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.cloudsigma.domain.Drive
claimType, readers, size
 
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> readers, Iterable<String> use)
           
 
Method Summary
 
Methods inherited from class org.jclouds.cloudsigma.domain.Drive
equals, getClaimType, getReaders, getSize, 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

DriveData

public DriveData(@Nullable
                 String uuid,
                 String name,
                 long size,
                 @Nullable
                 ClaimType claimType,
                 Iterable<String> readers,
                 Iterable<String> use)


Copyright © 2009-2011 jclouds. All Rights Reserved.