Uses of Class
org.jclouds.compute.domain.Image.Status
-
-
Uses of Image.Status in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return Image.Status Modifier and Type Method 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.Methods in org.jclouds.compute.domain with parameters of type Image.Status Modifier and Type Method Description 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 Modifier and Type Method Description Image.Status
ImageImpl. getStatus()
portable status of the resourceConstructors in org.jclouds.compute.domain.internal with parameters of type Image.Status Constructor 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)
-
Uses of Image.Status in org.jclouds.compute.predicates.internal
Constructors in org.jclouds.compute.predicates.internal with parameters of type Image.Status Constructor Description RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended, Set<Image.Status> invalids, GetImageStrategy client)
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended, GetImageStrategy client)
Constructor parameters in org.jclouds.compute.predicates.internal with type arguments of type Image.Status Constructor Description 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 Modifier and Type Field Description static Map<Image.ImageState,Image.Status>
EC2ComputeServiceDependenciesModule. toPortableImageStatus
Methods in org.jclouds.ec2.compute.config that return types with arguments of type Image.Status Modifier and Type Method Description 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 Constructor 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)
-
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 Modifier and Type Field Description 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 Modifier and Type Method Description 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 Constructor Description ImageInRegionToImage(Map<Image.Status,Image.Status> toPortableImageStatus, com.google.common.base.Function<Image,OperatingSystem> imageToOs, com.google.common.base.Supplier<Map<String,Location>> locationIndex)
-