Uses of Enum Class
org.jclouds.elasticstack.domain.MediaType
Packages that use MediaType
-
Uses of MediaType in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as MediaTypeModifier and TypeFieldDescriptionprotected MediaTypeStandardDrive.Builder.mediaprotected final MediaTypeStandardDrive.mediaprotected MediaTypeDevice.Builder.mediaTypeprotected final MediaTypeDevice.mediaTypeMethods in org.jclouds.elasticstack.domain that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypeStandardDrive.getMedia()Device.getMediaType()static MediaTypeReturns the enum constant of this class with the specified name.static MediaType[]MediaType.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 MediaTypeModifier and TypeMethodDescriptionConstructors in org.jclouds.elasticstack.domain with parameters of type MediaTypeModifierConstructorDescriptionBlockDevice(String driveUuid, MediaType mediaType, int index) SCSIDevice(String driveUuid, MediaType mediaType, int unit) 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)