Package | Description |
---|---|
com.myjeeva.digitalocean | |
com.myjeeva.digitalocean.impl | |
com.myjeeva.digitalocean.pojo | |
com.myjeeva.digitalocean.serializer |
Modifier and Type | Method and Description |
---|---|
Droplet |
DigitalOcean.createDroplet(Droplet droplet)
Method allows you to create a new droplet.
|
Droplet |
DigitalOcean.getDropletInfo(Integer dropletId)
Method returns complete information for given droplet ID
|
Modifier and Type | Method and Description |
---|---|
Droplet |
DigitalOcean.createDroplet(Droplet droplet)
Method allows you to create a new droplet.
|
Droplets |
DigitalOcean.createDroplets(Droplet droplet)
Method allows you to create multiple droplets simultaneously.
|
Modifier and Type | Method and Description |
---|---|
Droplet |
DigitalOceanClient.createDroplet(Droplet droplet) |
Droplet |
DigitalOceanClient.getDropletInfo(Integer dropletId) |
Modifier and Type | Method and Description |
---|---|
Droplet |
DigitalOceanClient.createDroplet(Droplet droplet) |
Droplets |
DigitalOceanClient.createDroplets(Droplet droplet) |
Modifier and Type | Method and Description |
---|---|
Droplet |
FloatingIP.getDroplet() |
Droplet |
TagDropletResource.getLastTagged() |
Modifier and Type | Method and Description |
---|---|
List<Droplet> |
Droplets.getDroplets() |
List<Droplet> |
Neighbors.getNeighbors() |
Modifier and Type | Method and Description |
---|---|
void |
FloatingIP.setDroplet(Droplet droplet) |
void |
TagDropletResource.setLastTagged(Droplet lastTagged) |
Modifier and Type | Method and Description |
---|---|
void |
Droplets.setDroplets(List<Droplet> droplets) |
void |
Neighbors.setNeighbors(List<Droplet> neighbors) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
DropletSerializer.serialize(Droplet droplet,
Type paramType,
com.google.gson.JsonSerializationContext context) |
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.