|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance.Action | |
---|---|
org.jclouds.deltacloud.domain |
Uses of Instance.Action in org.jclouds.deltacloud.domain |
---|
Methods in org.jclouds.deltacloud.domain that return Instance.Action | |
---|---|
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. |
Methods in org.jclouds.deltacloud.domain that return types with arguments of type Instance.Action | |
---|---|
Map<Instance.Action,HttpRequest> |
Instance.getActions()
|
Constructors in org.jclouds.deltacloud.domain with parameters of type Instance.Action | |
---|---|
TransitionOnAction(Instance.Action action,
Instance.State to)
|
Constructor parameters in org.jclouds.deltacloud.domain with type arguments of type Instance.Action | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |