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

Packages that use ClaimType
org.jclouds.elasticstack.domain   
 

Uses of ClaimType in org.jclouds.elasticstack.domain
 

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

Methods in org.jclouds.elasticstack.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.elasticstack.domain with parameters of type ClaimType
 DriveInfo.Builder DriveInfo.Builder.claimType(ClaimType claimType)
          
 DriveData.Builder DriveData.Builder.claimType(ClaimType claimType)
          
 CreateDriveRequest.Builder CreateDriveRequest.Builder.claimType(ClaimType claimType)
          
 Drive.Builder Drive.Builder.claimType(ClaimType claimType)
           
 

Constructors in org.jclouds.elasticstack.domain with parameters of type ClaimType
CreateDriveRequest(String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata, String encryptionCipher, Iterable<String> avoid)
           
Drive(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata)
           
DriveData(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata)
           
DriveInfo(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata, DriveStatus status, String user, Set<String> claimed, String encryptionCipher, String imaging, DriveMetrics metrics)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.