|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Image.ImageType | |
|---|---|
| org.jclouds.ec2.domain | |
| Uses of Image.ImageType in org.jclouds.ec2.domain |
|---|
| Methods in org.jclouds.ec2.domain that return Image.ImageType | |
|---|---|
static Image.ImageType |
Image.ImageType.fromValue(String v)
|
Image.ImageType |
Image.getImageType()
The type of image (machine, kernel, or ramdisk). |
static Image.ImageType |
Image.ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Image.ImageType[] |
Image.ImageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.jclouds.ec2.domain with parameters of type Image.ImageType | |
|---|---|
Image(String region,
Image.Architecture architecture,
String name,
String description,
String imageId,
String imageLocation,
String imageOwnerId,
Image.ImageState imageState,
String rawState,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
Map<String,String> tags,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||