Package | Description |
---|---|
org.jclouds.digitalocean2.compute.functions | |
org.jclouds.digitalocean2.domain |
Modifier and Type | Method and Description |
---|---|
NodeMetadata.Status |
DropletStatusToStatus.apply(Droplet.Status input) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.