Uses of Class
com.myjeeva.digitalocean.pojo.Droplets
Packages that use Droplets
-
Uses of Droplets in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return DropletsModifier and TypeMethodDescriptionDigitalOcean.createDroplets(Droplet droplet) Method allows you to create multiple droplets simultaneously.DigitalOcean.getAvailableDroplets(Integer pageNo, Integer perPage) Method returns all active droplets that are currently running in your account.DigitalOcean.getAvailableDropletsByTagName(String tagName, Integer pageNo, Integer perPage) To list Droplets by a tag.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). -
Uses of Droplets in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return DropletsModifier and TypeMethodDescriptionDigitalOceanClient.createDroplets(Droplet droplet) DigitalOceanClient.getAvailableDroplets(Integer pageNo, Integer perPage) DigitalOceanClient.getAvailableDropletsByTagName(String tagName, Integer pageNo, Integer perPage) DigitalOceanClient.getDropletNeighbors(Integer dropletId, Integer pageNo)