Package | Description |
---|---|
com.myjeeva.digitalocean | |
com.myjeeva.digitalocean.impl |
Modifier and Type | Method and Description |
---|---|
Droplets |
DigitalOcean.getAvailableDroplets(Integer pageNo)
Method returns all active droplets that are currently running in your account.
|
Droplets |
DigitalOcean.getDropletNeighbors(Integer dropletId,
Integer pageNo)
For an individual droplet; Method retrieves a list of droplets that are running on the same
physical server (any other droplets that share the same physical hardware).
|
Modifier and Type | Method and Description |
---|---|
Droplets |
DigitalOceanClient.getAvailableDroplets(Integer pageNo) |
Droplets |
DigitalOceanClient.getDropletNeighbors(Integer dropletId,
Integer pageNo) |
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.