Uses of Class
org.jclouds.digitalocean2.domain.Droplet.Status
-
Packages that use Droplet.Status Package Description org.jclouds.digitalocean2.compute.functions org.jclouds.digitalocean2.domain -
-
Uses of Droplet.Status in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type Droplet.Status Modifier and Type Method Description NodeMetadata.Status
DropletStatusToStatus. apply(Droplet.Status input)
-
Uses of Droplet.Status in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Droplet.Status Modifier and Type Method Description static Droplet.Status
Droplet.Status. fromValue(String value)
abstract Droplet.Status
Droplet. status()
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.Methods in org.jclouds.digitalocean2.domain with parameters of type Droplet.Status 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)
-