| Package | Description |
|---|---|
| org.jclouds.digitalocean.compute.functions | |
| org.jclouds.digitalocean.compute.strategy | |
| org.jclouds.digitalocean.features |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
DropletToNodeMetadata.apply(Droplet input) |
| Modifier and Type | Method and Description |
|---|---|
Droplet |
DigitalOceanComputeServiceAdapter.getNode(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Droplet> |
DigitalOceanComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
org.jclouds.compute.domain.Template template) |
Iterable<Droplet> |
DigitalOceanComputeServiceAdapter.listNodes() |
Iterable<Droplet> |
DigitalOceanComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
Droplet |
DropletApi.get(int id)
Gets the details of the given droplet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Droplet> |
DropletApi.list()
Lists all existing droplets.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.