Uses of Class
org.jclouds.digitalocean2.domain.Droplet
Packages that use Droplet
Package
Description
-
Uses of Droplet in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute that return DropletMethods in org.jclouds.digitalocean2.compute that return types with arguments of type DropletModifier and TypeMethodDescriptionDigitalOcean2ComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) DigitalOcean2ComputeServiceAdapter.listNodes()
DigitalOcean2ComputeServiceAdapter.listNodesByIds
(Iterable<String> ids) -
Uses of Droplet in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type Droplet -
Uses of Droplet in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return DropletModifier and TypeMethodDescriptionstatic Droplet
Droplet.create
(int id, String name, int memory, int vcpus, int disk, boolean locked, Date createdAt, Droplet.Status status, List<Integer> backupIds, List<Integer> snapshotIds, List<String> features, Region region, Image image, Size size, String sizeSlug, Networks network, Kernel kernel) abstract Droplet
DropletCreate.droplet()
Methods in org.jclouds.digitalocean2.domain with parameters of type DropletModifier and TypeMethodDescriptionstatic DropletCreate
DropletCreate.create
(Droplet droplet, DropletCreate.Links links) -
Uses of Droplet in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return DropletMethods in org.jclouds.digitalocean2.features that return types with arguments of type Droplet