Uses of Enum Class
org.jclouds.digitalocean2.domain.Droplet.Status
Packages that use Droplet.Status
-
Uses of Droplet.Status in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type Droplet.Status -
Uses of Droplet.Status in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Droplet.StatusModifier and TypeMethodDescriptionstatic Droplet.Status
abstract Droplet.Status
Droplet.status()
static Droplet.Status
Returns the enum constant of this class with the specified name.static Droplet.Status[]
Droplet.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.digitalocean2.domain with parameters of type Droplet.StatusModifier and TypeMethodDescriptionstatic 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)