Uses of Class
org.jclouds.cloudsigma.domain.ClaimType

Packages that use ClaimType
org.jclouds.cloudsigma.domain   
 

Uses of ClaimType in org.jclouds.cloudsigma.domain
 

Fields in org.jclouds.cloudsigma.domain declared as ClaimType
protected  ClaimType Drive.claimType
           
protected  ClaimType Drive.Builder.claimType
           
 

Methods in org.jclouds.cloudsigma.domain that return ClaimType
static ClaimType ClaimType.fromValue(String claim)
           
 ClaimType Drive.getClaimType()
           
static ClaimType ClaimType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClaimType[] ClaimType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudsigma.domain with parameters of type ClaimType
 CreateDriveRequest.Builder CreateDriveRequest.Builder.claimType(ClaimType claimType)
          
 DriveData.Builder DriveData.Builder.claimType(ClaimType claimType)
          
 DriveInfo.Builder DriveInfo.Builder.claimType(ClaimType claimType)
          
 Drive.Builder Drive.Builder.claimType(ClaimType claimType)
           
 

Constructors in org.jclouds.cloudsigma.domain with parameters of type ClaimType
CreateDriveRequest(String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use, String encryptionCipher, Iterable<String> avoid)
           
Drive(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use)
           
DriveData(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use)
           
DriveInfo(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> use, DriveStatus status, String user, Set<String> claimed, String encryptionCipher, String imaging, DriveMetrics metrics, Boolean autoexpanding, Integer bits, String description, Iterable<String> driveType, String encryptionKey, Boolean free, String installNotes, String os, DriveType type, URI url)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.