Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Image
- 
- 
Uses of Image in org.jclouds.openstack.nova.ec2.strategy
Constructor parameters in org.jclouds.openstack.nova.ec2.strategy with type arguments of type Image Constructor Description NovaReviseParsedImage(com.google.common.base.Function<Image,OperatingSystem> imageToOs) - 
Uses of Image in org.jclouds.openstack.nova.v2_0.compute.functions
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type Image Modifier and Type Method Description OperatingSystemImageToOperatingSystem. apply(Image from)Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Image 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) - 
Uses of Image in org.jclouds.openstack.nova.v2_0.config
Methods in org.jclouds.openstack.nova.v2_0.config that return Image Modifier and Type Method Description ImageNovaParserModule.ImageAdapter. apply(org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ImageAdapter.ImageInternal in, Map<String,String> metadata, List<BlockDeviceMapping> blockDeviceMapping)ImageNovaParserModule.ImageAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) - 
Uses of Image in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return Image Modifier and Type Method Description ImageImage.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image Modifier and Type Method Description TImage.Builder. fromImage(Image in) - 
Uses of Image in org.jclouds.openstack.nova.v2_0.domain.regionscoped
Fields in org.jclouds.openstack.nova.v2_0.domain.regionscoped declared as Image Modifier and Type Field Description protected ImageImageInRegion. imageMethods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return Image Modifier and Type Method Description ImageImageInRegion. getImage()Constructors in org.jclouds.openstack.nova.v2_0.domain.regionscoped with parameters of type Image Constructor Description ImageInRegion(Image image, String regionId) - 
Uses of Image in org.jclouds.openstack.nova.v2_0.domain.zonescoped
Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped declared as Image Modifier and Type Field Description protected ImageImageInRegion. imageDeprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Image Modifier and Type Method Description ImageImageInRegion. getImage()Deprecated.Constructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Image Constructor Description ImageInRegion(Image image, String regionId)Deprecated. - 
Uses of Image in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features that return Image Modifier and Type Method Description ImageImageApi. get(String id)List details of the specified imageMethods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Image Modifier and Type Method Description PagedIterable<Image>ImageApi. listInDetail()List all images (all details)PaginatedCollection<Image>ImageApi. listInDetail(PaginationOptions options) - 
Uses of Image in org.jclouds.openstack.nova.v2_0.functions.internal
Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type Image Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Image>>ParseImageDetails.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0) - 
Uses of Image in org.jclouds.openstack.nova.v2_0.predicates
Methods in org.jclouds.openstack.nova.v2_0.predicates that return types with arguments of type Image Modifier and Type Method Description static com.google.common.base.Predicate<Image>ImagePredicates. statusEquals(Image.Status status)matches status of the given image 
 -