Package | Description |
---|---|
org.jclouds.deltacloud.domain |
Modifier and Type | Method and Description |
---|---|
static Instance.Action |
Instance.Action.fromValue(String action) |
Instance.Action |
TransitionOnAction.getAction() |
static Instance.Action |
Instance.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.Action[] |
Instance.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<Instance.Action,HttpRequest> |
Instance.getActions() |
Constructor and Description |
---|
TransitionOnAction(Instance.Action action,
Instance.State to) |
Constructor and Description |
---|
Instance(URI href,
String id,
String ownerId,
String name,
URI image,
URI hardwareProfile,
URI realm,
Instance.State state,
Map<Instance.Action,HttpRequest> actions,
Instance.Authentication authentication,
Set<String> publicAddresses,
Set<String> privateAddresses) |
Copyright © 2009-2013 jclouds. All Rights Reserved.