Uses of Enum Class
org.jclouds.ec2.domain.Image.ImageState
Packages that use Image.ImageState
Package
Description
-
Uses of Image.ImageState in org.jclouds.ec2.compute.config
Fields in org.jclouds.ec2.compute.config with type parameters of type Image.ImageStateModifier 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.ImageStateModifier and TypeMethodDescriptionprotected final Map
<Image.ImageState, Image.Status> EC2ComputeServiceDependenciesModule.toPortableImageStatus()
-
Uses of Image.ImageState in org.jclouds.ec2.compute.functions
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Image.ImageStateModifierConstructorDescriptionEC2ImageParser
(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.ImageState in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Image.ImageStateModifier and TypeMethodDescriptionstatic Image.ImageState
Image.getImageState()
Current state of the AMI.static Image.ImageState
Returns the enum constant of this class with the specified name.static Image.ImageState[]
Image.ImageState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jclouds.ec2.domain with parameters of type Image.ImageStateModifierConstructorDescriptionImage
(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, Map<String, String> tags, VirtualizationType virtualizationType, Hypervisor hypervisor)