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 DropletDigitalOcean2ComputeServiceAdapter. 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 NodeMetadataDropletToNodeMetadata. 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 DropletDroplet. 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 DropletDropletCreate. droplet()Methods in org.jclouds.digitalocean2.domain with parameters of type Droplet Modifier and Type Method Description static DropletCreateDropletCreate. 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 DropletDropletApi. 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)
-