Package | Description |
---|---|
org.jclouds.ec2.compute.config | |
org.jclouds.ec2.compute.functions | |
org.jclouds.ec2.domain |
Modifier and Type | Field and Description |
---|---|
static Map<Image.ImageState,Image.Status> |
EC2ComputeServiceDependenciesModule.toPortableImageStatus |
Modifier and Type | Method and Description |
---|---|
protected Map<Image.ImageState,Image.Status> |
EC2ComputeServiceDependenciesModule.toPortableImageStatus() |
Constructor and Description |
---|
EC2ImageParser(Map<Image.ImageState,Image.Status> toPortableImageStatus,
PopulateDefaultLoginCredentialsForImageStrategy credentialProvider,
Map<OsFamily,Map<String,String>> osVersionMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Location> defaultLocation,
ReviseParsedImage reviseParsedImage) |
Modifier and Type | Method and Description |
---|---|
static Image.ImageState |
Image.ImageState.fromValue(String v) |
Image.ImageState |
Image.getImageState()
Current state of the AMI.
|
static Image.ImageState |
Image.ImageState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.ImageState[] |
Image.ImageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
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,
VirtualizationType virtualizationType,
Hypervisor hypervisor) |
Copyright © 2009-2013 jclouds. All Rights Reserved.