Package | Description |
---|---|
org.jclouds.digitalocean2.compute.functions | |
org.jclouds.digitalocean2.compute.internal | |
org.jclouds.digitalocean2.domain | |
org.jclouds.digitalocean2.features |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Optional<? extends Image> |
DropletToNodeMetadata.findImage(Image image,
String region) |
Modifier and Type | Method and Description |
---|---|
abstract Image |
ImageInRegion.image() |
Modifier and Type | Method and Description |
---|---|
static ImageInRegion |
ImageInRegion.create(Image image,
String region) |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.create(int id,
String name,
String type,
String distribution,
String slug,
boolean isPublic,
List<String> regions,
Date createdAt) |
abstract Image |
Droplet.image() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Image |
ImageApi.get(int id) |
Image |
ImageApi.get(String slug) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Image> |
ImageApi.list() |
IterableWithMarker<Image> |
ImageApi.list(ImageListOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.