|
||||||||||
| 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 |
Device.mediaType
|
protected MediaType |
Device.Builder.mediaType
|
| Methods in org.jclouds.elasticstack.domain that return MediaType | |
|---|---|
static MediaType |
MediaType.fromValue(String type)
|
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 | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||