Uses of Enum Class
org.jclouds.compute.domain.Image.Status
Packages that use Image.Status
Package
Description
-
Uses of Image.Status in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return Image.StatusModifier and TypeMethodDescriptionstatic Image.Status
Returns the enum constant of this class with the specified name.static Image.Status[]
Image.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.compute.domain with parameters of type Image.Status -
Uses of Image.Status in org.jclouds.compute.domain.internal
Methods in org.jclouds.compute.domain.internal that return Image.StatusConstructors in org.jclouds.compute.domain.internal with parameters of type Image.StatusModifierConstructorDescriptionImageImpl
(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.StatusModifierConstructorDescriptionRefreshImageAndDoubleCheckOnFailUnlessStatusInvalid
(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.StatusModifierConstructorDescriptionRefreshImageAndDoubleCheckOnFailUnlessStatusInvalid
(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.StatusModifier and TypeFieldDescriptionstatic final Map
<Image.ImageState, Image.Status> EC2ComputeServiceDependenciesModule.toPortableImageStatus
Methods in org.jclouds.ec2.compute.config that return types with arguments of type Image.StatusModifier and TypeMethodDescriptionprotected final 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.StatusModifierConstructorDescriptionEC2ImageParser
(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.StatusModifier and TypeFieldDescriptionstatic final 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.StatusModifier and TypeMethodDescriptionprotected final 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.StatusModifierConstructorDescriptionImageInRegionToImage
(Map<Image.Status, Image.Status> toPortableImageStatus, com.google.common.base.Function<Image, OperatingSystem> imageToOs, com.google.common.base.Supplier<Map<String, Location>> locationIndex)