Uses of Class
org.jclouds.digitalocean.domain.Droplet

Packages that use Droplet
org.jclouds.digitalocean.compute.functions   
org.jclouds.digitalocean.compute.strategy   
org.jclouds.digitalocean.features   
 

Uses of Droplet in org.jclouds.digitalocean.compute.functions
 

Methods in org.jclouds.digitalocean.compute.functions with parameters of type Droplet
 org.jclouds.compute.domain.NodeMetadata DropletToNodeMetadata.apply(Droplet input)
           
 

Uses of Droplet in org.jclouds.digitalocean.compute.strategy
 

Methods in org.jclouds.digitalocean.compute.strategy that return Droplet
 Droplet DigitalOceanComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.digitalocean.compute.strategy that return types with arguments of type Droplet
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Droplet> DigitalOceanComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, org.jclouds.compute.domain.Template template)
           
 Iterable<Droplet> DigitalOceanComputeServiceAdapter.listNodes()
           
 Iterable<Droplet> DigitalOceanComputeServiceAdapter.listNodesByIds(Iterable<String> ids)
           
 

Uses of Droplet in org.jclouds.digitalocean.features
 

Methods in org.jclouds.digitalocean.features that return Droplet
 Droplet DropletApi.get(int id)
          Gets the details of the given droplet.
 

Methods in org.jclouds.digitalocean.features that return types with arguments of type Droplet
 List<Droplet> DropletApi.list()
          Lists all existing droplets.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.