Uses of Class
org.jclouds.compute.domain.Image.Status

Packages that use Image.Status
org.jclouds.cloudservers.compute.config   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.predicates.internal   
org.jclouds.ec2.compute.config   
org.jclouds.ec2.compute.functions   
org.jclouds.openstack.nova.compute.config   
org.jclouds.openstack.nova.v2_0.compute.config   
org.jclouds.openstack.nova.v2_0.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.config   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.director.v1_5.compute.functions   
org.jclouds.virtualbox.config   
org.jclouds.virtualbox.functions   
 

Uses of Image.Status in org.jclouds.cloudservers.compute.config
 

Fields in org.jclouds.cloudservers.compute.config with type parameters of type Image.Status
static Map<ImageStatus,Image.Status> CloudServersComputeServiceContextModule.toPortableImageStatus
           
 

Uses of Image.Status in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return Image.Status
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.
 

Methods in org.jclouds.compute.domain with parameters of type Image.Status
 ImageBuilder ImageBuilder.status(Image.Status status)
           
 

Uses of Image.Status in org.jclouds.compute.domain.internal
 

Methods in org.jclouds.compute.domain.internal that return Image.Status
 Image.Status ImageImpl.getStatus()
          portable status of the resource
 

Constructors in org.jclouds.compute.domain.internal with parameters of type Image.Status
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)
           
 

Uses of Image.Status in org.jclouds.compute.predicates.internal
 

Constructors in org.jclouds.compute.predicates.internal with parameters of type Image.Status
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended, GetImageStrategy client)
           
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended, Set<Image.Status> invalids, GetImageStrategy client)
           
 

Constructor parameters in org.jclouds.compute.predicates.internal with type arguments of type Image.Status
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended, Set<Image.Status> invalids, GetImageStrategy client)
           
 

Uses of Image.Status in org.jclouds.ec2.compute.config
 

Fields in org.jclouds.ec2.compute.config with type parameters of type Image.Status
static Map<Image.ImageState,Image.Status> EC2ComputeServiceDependenciesModule.toPortableImageStatus
           
 

Methods in org.jclouds.ec2.compute.config that return types with arguments of type Image.Status
protected  Map<Image.ImageState,Image.Status> EC2ComputeServiceDependenciesModule.toPortableImageStatus()
           
 

Uses of Image.Status in org.jclouds.ec2.compute.functions
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Image.Status
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)
           
 

Uses of Image.Status in org.jclouds.openstack.nova.compute.config
 

Fields in org.jclouds.openstack.nova.compute.config with type parameters of type Image.Status
static Map<ImageStatus,Image.Status> NovaComputeServiceContextModule.toPortableImageStatus
           
 

Uses of Image.Status in org.jclouds.openstack.nova.v2_0.compute.config
 

Fields in org.jclouds.openstack.nova.v2_0.compute.config with type parameters of type Image.Status
static Map<Image.Status,Image.Status> NovaComputeServiceContextModule.toPortableImageStatus
           
 

Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type Image.Status
protected  Map<Image.Status,Image.Status> NovaComputeServiceContextModule.toPortableImageStatus()
           
 

Uses of Image.Status in org.jclouds.openstack.nova.v2_0.compute.functions
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Image.Status
ImageInZoneToImage(Map<Image.Status,Image.Status> toPortableImageStatus, com.google.common.base.Function<Image,OperatingSystem> imageToOs, com.google.common.base.Supplier<Map<String,Location>> locationIndex)
           
 

Uses of Image.Status in org.jclouds.trmk.vcloud_0_8.compute.config
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.config with type parameters of type Image.Status
static Map<Status,Image.Status> TerremarkVCloudComputeServiceContextModule.toPortableImageStatus
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type Image.Status
protected  Map<Status,Image.Status> TerremarkVCloudComputeServiceContextModule.toPortableImageStatus()
           
 

Uses of Image.Status in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type Image.Status
ImageForVCloudExpressVAppTemplate(Map<Status,Image.Status> toPortableImageStatus, FindLocationForResource findLocationForResource, PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider, com.google.common.base.Function<String,OperatingSystem> osParser)
           
 

Uses of Image.Status in org.jclouds.vcloud.compute.config
 

Fields in org.jclouds.vcloud.compute.config with type parameters of type Image.Status
static Map<Status,Image.Status> VCloudComputeServiceDependenciesModule.toPortableImageStatus
           
 

Methods in org.jclouds.vcloud.compute.config that return types with arguments of type Image.Status
protected  Map<Status,Image.Status> VCloudComputeServiceDependenciesModule.toPortableImageStatus()
           
 

Uses of Image.Status in org.jclouds.vcloud.compute.functions
 

Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type Image.Status
ImageForVAppTemplate(Map<Status,Image.Status> toPortableImageStatus, com.google.common.base.Function<VAppTemplate,Envelope> templateToEnvelope, FindLocationForResource findLocationForResource)
           
 

Uses of Image.Status in org.jclouds.vcloud.director.v1_5.compute.functions
 

Constructor parameters in org.jclouds.vcloud.director.v1_5.compute.functions with type arguments of type Image.Status
ImageForVAppTemplate(Map<ResourceEntity.Status,Image.Status> toPortableImageStatus, com.google.common.base.Function<VAppTemplate,Envelope> templateToEnvelope, FindLocationForResource findLocationForResource)
           
 

Uses of Image.Status in org.jclouds.virtualbox.config
 

Fields in org.jclouds.virtualbox.config with type parameters of type Image.Status
static Map<org.virtualbox_4_1.MachineState,Image.Status> VirtualBoxComputeServiceContextModule.toPortableImageStatus
           
 

Methods in org.jclouds.virtualbox.config that return types with arguments of type Image.Status
protected  Map<org.virtualbox_4_1.MachineState,Image.Status> VirtualBoxComputeServiceContextModule.toPortableImageStatus()
           
 

Uses of Image.Status in org.jclouds.virtualbox.functions
 

Constructor parameters in org.jclouds.virtualbox.functions with type arguments of type Image.Status
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-2012 jclouds. All Rights Reserved.