Package | Description |
---|---|
org.jclouds.digitalocean2.domain |
Modifier and Type | Method and Description |
---|---|
static Action.Status |
Action.Status.fromValue(String value) |
abstract Action.Status |
Action.status() |
static Action.Status |
Action.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.Status[] |
Action.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 Action |
Action.create(int id,
Action.Status status,
String type,
Date startedAt,
Date completedAt,
long resourceId,
String resourceType,
Region region,
String regionSlug) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.