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 ImageImageInRegion. image()Methods in org.jclouds.digitalocean2.compute.internal with parameters of type Image Modifier and Type Method Description static ImageInRegionImageInRegion. 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 ImageImage. create(int id, String name, String type, String distribution, String slug, boolean isPublic, List<String> regions, Date createdAt, float minDiskSize, float sizeGBs)abstract ImageDroplet. image()Methods in org.jclouds.digitalocean2.domain with parameters of type Image Modifier and Type Method Description static DropletDroplet. 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 ImageImageApi. get(int id)ImageImageApi. 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)
-