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

Packages that use Droplet.Status
org.jclouds.digitalocean.compute.functions   
org.jclouds.digitalocean.domain   
 

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

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

Uses of Droplet.Status in org.jclouds.digitalocean.domain
 

Methods in org.jclouds.digitalocean.domain that return Droplet.Status
static Droplet.Status Droplet.Status.fromValue(String value)
           
 Droplet.Status Droplet.getStatus()
           
static Droplet.Status Droplet.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Droplet.Status[] Droplet.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.digitalocean.domain with parameters of type Droplet.Status
Droplet(int id, String name, int imageId, int sizeId, int regionId, boolean backupsActive, List<Object> backups, List<Object> snapshots, String ip, String privateIp, boolean locked, Droplet.Status status, Date creationDate)
           
 



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