Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Image
Packages that use Image
Package
Description
-
Uses of Image in org.jclouds.openstack.nova.ec2.strategy
Constructor parameters in org.jclouds.openstack.nova.ec2.strategy with type arguments of type ImageModifierConstructorDescriptionNovaReviseParsedImage
(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 ImageConstructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type ImageModifierConstructorDescriptionImageInRegionToImage
(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 ImageModifier and TypeMethodDescriptionNovaParserModule.ImageAdapter.apply
(org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ImageAdapter.ImageInternal in, Map<String, String> metadata, List<BlockDeviceMapping> blockDeviceMapping) 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 ImageMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image -
Uses of Image in org.jclouds.openstack.nova.v2_0.domain.regionscoped
Fields in org.jclouds.openstack.nova.v2_0.domain.regionscoped declared as ImageMethods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return ImageConstructors in org.jclouds.openstack.nova.v2_0.domain.regionscoped with parameters of type Image -
Uses of Image in org.jclouds.openstack.nova.v2_0.domain.zonescoped
Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped declared as ImageMethods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return ImageConstructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Image -
Uses of Image in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features that return ImageModifier and TypeMethodDescriptionList details of the specified imageMethods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type ImageModifier and TypeMethodDescriptionImageApi.listInDetail()
List all images (all details)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 ImageModifier and TypeMethodDescriptionprotected 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 ImageModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Image> ImagePredicates.statusEquals
(Image.Status status) matches status of the given image