Package | Description |
---|---|
org.jclouds.digitalocean2.compute | |
org.jclouds.digitalocean2.compute.functions | |
org.jclouds.digitalocean2.domain | |
org.jclouds.digitalocean2.features |
Modifier and Type | Method and Description |
---|---|
Droplet |
DigitalOcean2ComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Droplet> |
DigitalOcean2ComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Droplet> |
DigitalOcean2ComputeServiceAdapter.listNodes() |
Iterable<Droplet> |
DigitalOcean2ComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
DropletToNodeMetadata.apply(Droplet input) |
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) |
abstract Droplet |
DropletCreate.droplet() |
Modifier and Type | Method and Description |
---|---|
static DropletCreate |
DropletCreate.create(Droplet droplet,
DropletCreate.Links links) |
Modifier and Type | Method and Description |
---|---|
Droplet |
DropletApi.get(int id) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Droplet> |
DropletApi.list() |
IterableWithMarker<Droplet> |
DropletApi.list(ListOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.