| Modifier and Type | Field and Description | 
|---|---|
static Map<ImageStatus,Image.Status> | 
CloudServersComputeServiceContextModule.toPortableImageStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
static Image.Status | 
Image.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Image.Status[] | 
Image.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImageBuilder | 
ImageBuilder.status(Image.Status status)  | 
| Modifier and Type | Method and Description | 
|---|---|
Image.Status | 
ImageImpl.getStatus()
portable status of the resource 
 | 
| Constructor and Description | 
|---|
ImageImpl(String providerId,
         String name,
         String id,
         Location location,
         URI uri,
         Map<String,String> userMetadata,
         Set<String> tags,
         OperatingSystem operatingSystem,
         Image.Status status,
         String backendStatus,
         String description,
         String version,
         LoginCredentials defaultCredentials)  | 
| Constructor and Description | 
|---|
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
                                                   GetImageStrategy client)  | 
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
                                                   Set<Image.Status> invalids,
                                                   GetImageStrategy client)  | 
| Constructor and Description | 
|---|
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
                                                   Set<Image.Status> invalids,
                                                   GetImageStrategy client)  | 
| 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 | Field and Description | 
|---|---|
static Map<ImageStatus,Image.Status> | 
NovaComputeServiceContextModule.toPortableImageStatus  | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<Image.Status,Image.Status> | 
NovaComputeServiceContextModule.toPortableImageStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Map<Image.Status,Image.Status> | 
NovaComputeServiceContextModule.toPortableImageStatus()  | 
| Constructor and Description | 
|---|
ImageInZoneToImage(Map<Image.Status,Image.Status> toPortableImageStatus,
                  com.google.common.base.Function<Image,OperatingSystem> imageToOs,
                  com.google.common.base.Supplier<Map<String,Location>> locationIndex)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<Status,Image.Status> | 
TerremarkVCloudComputeServiceContextModule.toPortableImageStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Map<Status,Image.Status> | 
TerremarkVCloudComputeServiceContextModule.toPortableImageStatus()  | 
| Constructor and Description | 
|---|
ImageForVCloudExpressVAppTemplate(Map<Status,Image.Status> toPortableImageStatus,
                                 FindLocationForResource findLocationForResource,
                                 PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider,
                                 com.google.common.base.Function<String,OperatingSystem> osParser)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<Status,Image.Status> | 
VCloudComputeServiceDependenciesModule.toPortableImageStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Map<Status,Image.Status> | 
VCloudComputeServiceDependenciesModule.toPortableImageStatus()  | 
| Constructor and Description | 
|---|
ImageForVAppTemplate(Map<Status,Image.Status> toPortableImageStatus,
                    com.google.common.base.Function<VAppTemplate,Envelope> templateToEnvelope,
                    FindLocationForResource findLocationForResource)  | 
| Constructor and Description | 
|---|
ImageForVAppTemplate(Map<ResourceEntity.Status,Image.Status> toPortableImageStatus,
                    com.google.common.base.Function<VAppTemplate,Envelope> templateToEnvelope,
                    FindLocationForResource findLocationForResource)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<org.virtualbox_4_1.MachineState,Image.Status> | 
VirtualBoxComputeServiceContextModule.toPortableImageStatus  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Map<org.virtualbox_4_1.MachineState,Image.Status> | 
VirtualBoxComputeServiceContextModule.toPortableImageStatus()  | 
| Constructor and Description | 
|---|
IMachineToImage(Map<org.virtualbox_4_1.MachineState,Image.Status> toPortableImageStatus,
               com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> virtualboxManager,
               Map<OsFamily,Map<String,String>> osVersionMap)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.