Package | Description |
---|---|
com.myjeeva.digitalocean | |
com.myjeeva.digitalocean.impl |
Modifier and Type | Method and Description |
---|---|
Droplets |
DigitalOcean.createDroplets(Droplet droplet)
Method allows you to create multiple droplets simultaneously.
|
Droplets |
DigitalOcean.getAvailableDroplets(Integer pageNo,
Integer perPage)
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.createDroplets(Droplet droplet) |
Droplets |
DigitalOceanClient.getAvailableDroplets(Integer pageNo,
Integer perPage) |
Droplets |
DigitalOceanClient.getDropletNeighbors(Integer dropletId,
Integer pageNo) |
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.