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 OperatingSystem
ImageToOperatingSystem. 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 Image
NovaParserModule.ImageAdapter. apply(org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ImageAdapter.ImageInternal in, Map<String,String> metadata, List<BlockDeviceMapping> blockDeviceMapping)
Image
NovaParserModule.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 Image
Image.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image Modifier and Type Method Description T
Image.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 Image
ImageInRegion. image
Methods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return Image Modifier and Type Method Description Image
ImageInRegion. 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 Image
ImageInRegion. image
Deprecated.Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Image Modifier and Type Method Description Image
ImageInRegion. 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 Image
ImageApi. 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
-