Uses of Class
org.jclouds.digitalocean2.domain.Droplet
-
Packages that use Droplet Package Description org.jclouds.digitalocean2.compute org.jclouds.digitalocean2.compute.functions org.jclouds.digitalocean2.domain org.jclouds.digitalocean2.features -
-
Uses of Droplet in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute that return Droplet Modifier and Type Method Description Droplet
DigitalOcean2ComputeServiceAdapter. getNode(String id)
Methods in org.jclouds.digitalocean2.compute that return types with arguments of type Droplet Modifier and Type Method Description ComputeServiceAdapter.NodeAndInitialCredentials<Droplet>
DigitalOcean2ComputeServiceAdapter. createNodeWithGroupEncodedIntoName(String group, String name, Template template)
Iterable<Droplet>
DigitalOcean2ComputeServiceAdapter. listNodes()
Iterable<Droplet>
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 Modifier and Type Method Description NodeMetadata
DropletToNodeMetadata. apply(Droplet input)
-
Uses of Droplet in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Droplet Modifier and Type Method Description static 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 Droplet Modifier and Type Method Description static DropletCreate
DropletCreate. create(Droplet droplet, DropletCreate.Links links)
-
Uses of Droplet in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return Droplet Modifier and Type Method Description Droplet
DropletApi. get(int id)
Methods in org.jclouds.digitalocean2.features that return types with arguments of type Droplet Modifier and Type Method Description PagedIterable<Droplet>
DropletApi. list()
IterableWithMarker<Droplet>
DropletApi. list(ListOptions options)
-