| Package | Description |
|---|---|
| org.jclouds.digitalocean.compute.functions | |
| org.jclouds.digitalocean.domain |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata.Status |
DropletStatusToStatus.apply(Droplet.Status input) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.