|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaType | |
|---|---|
| org.jclouds.elasticstack.domain | |
| Uses of MediaType in org.jclouds.elasticstack.domain |
|---|
| Fields in org.jclouds.elasticstack.domain declared as MediaType | |
|---|---|
protected MediaType |
StandardDrive.media
|
protected MediaType |
StandardDrive.Builder.media
|
protected MediaType |
Device.mediaType
|
protected MediaType |
Device.Builder.mediaType
|
| Methods in org.jclouds.elasticstack.domain that return MediaType | |
|---|---|
static MediaType |
MediaType.fromValue(String type)
|
MediaType |
StandardDrive.getMedia()
|
MediaType |
Device.getMediaType()
|
static MediaType |
MediaType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MediaType[] |
MediaType.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 MediaType | |
|---|---|
StandardDrive.Builder |
StandardDrive.Builder.media(MediaType media)
|
Device.Builder |
Device.Builder.mediaType(MediaType mediaType)
|
| Constructors in org.jclouds.elasticstack.domain with parameters of type MediaType | |
|---|---|
BlockDevice(String driveUuid,
MediaType mediaType,
int index)
|
|
Device(String driveUuid,
MediaType mediaType)
|
|
IDEDevice(String driveUuid,
MediaType mediaType,
int bus,
int unit)
|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||