Uses of Class
org.jclouds.digitalocean2.domain.Image
-
Packages that use Image Package Description org.jclouds.digitalocean2.compute.functions org.jclouds.digitalocean2.compute.internal org.jclouds.digitalocean2.domain org.jclouds.digitalocean2.features -
-
Uses of Image in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type Image Modifier and Type Method Description protected com.google.common.base.Optional<? extends Image>
DropletToNodeMetadata. findImage(Image image, String region)
-
Uses of Image in org.jclouds.digitalocean2.compute.internal
Methods in org.jclouds.digitalocean2.compute.internal that return Image Modifier and Type Method Description abstract Image
ImageInRegion. image()
Methods in org.jclouds.digitalocean2.compute.internal with parameters of type Image Modifier and Type Method Description static ImageInRegion
ImageInRegion. create(Image image, String region)
-
Uses of Image in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Image Modifier and Type Method Description static Image
Image. create(int id, String name, String type, String distribution, String slug, boolean isPublic, List<String> regions, Date createdAt, float minDiskSize, float sizeGBs)
abstract Image
Droplet. image()
Methods in org.jclouds.digitalocean2.domain with parameters of type Image Modifier and Type Method Description static Droplet
Droplet. create(int id, String name, int memory, int vcpus, int disk, boolean locked, Date createdAt, Droplet.Status status, List<Integer> backupIds, List<Integer> snapshotIds, List<String> features, Region region, Image image, Size size, String sizeSlug, Networks network, Kernel kernel)
-
Uses of Image in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return Image Modifier and Type Method Description Image
ImageApi. get(int id)
Image
ImageApi. get(String slug)
Methods in org.jclouds.digitalocean2.features that return types with arguments of type Image Modifier and Type Method Description PagedIterable<Image>
ImageApi. list()
IterableWithMarker<Image>
ImageApi. list(ImageListOptions options)
-