Uses of Enum Class
org.jclouds.elasticstack.domain.ClaimType
Packages that use ClaimType
-
Uses of ClaimType in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as ClaimTypeModifier and TypeFieldDescriptionprotected ClaimTypeDrive.Builder.claimTypeprotected final ClaimTypeDrive.claimTypeMethods in org.jclouds.elasticstack.domain that return ClaimTypeModifier and TypeMethodDescriptionstatic ClaimTypeDrive.getClaimType()static ClaimTypeReturns the enum constant of this class with the specified name.static ClaimType[]ClaimType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.elasticstack.domain with parameters of type ClaimTypeModifier and TypeMethodDescriptionConstructors in org.jclouds.elasticstack.domain with parameters of type ClaimTypeModifierConstructorDescriptionCreateDriveRequest(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)