Uses of Class
org.jclouds.elasticstack.domain.ClaimType
-
Packages that use ClaimType Package Description org.jclouds.elasticstack.domain -
-
Uses of ClaimType in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as ClaimType Modifier and Type Field Description protected ClaimTypeDrive.Builder. claimTypeprotected ClaimTypeDrive. claimTypeMethods in org.jclouds.elasticstack.domain that return ClaimType Modifier and Type Method Description static ClaimTypeClaimType. fromValue(String claim)ClaimTypeDrive. getClaimType()static ClaimTypeClaimType. 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 Modifier and Type Method Description CreateDriveRequest.BuilderCreateDriveRequest.Builder. claimType(ClaimType claimType)Drive.BuilderDrive.Builder. claimType(ClaimType claimType)DriveData.BuilderDriveData.Builder. claimType(ClaimType claimType)DriveInfo.BuilderDriveInfo.Builder. claimType(ClaimType claimType)StandardDrive.BuilderStandardDrive.Builder. claimType(ClaimType claimType)Constructors in org.jclouds.elasticstack.domain with parameters of type ClaimType Constructor Description 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)StandardDrive(String uuid, String name, long size, ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata, ImageConversionType format, MediaType media, long rawSize)
-