| Package | Description |
|---|---|
| org.openstack4j.api.compute | |
| org.openstack4j.model.compute | |
| org.openstack4j.openstack.compute.domain.actions | |
| org.openstack4j.openstack.compute.internal |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ServerService.action(String serverId,
Action action)
Executes the specified Action such as RESUME, PAUSE, START, STOP ...
|
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerAction |
BasicActions.actionInstanceFor(Action action)
Returns a ServerAction Entity instance for the specified Action.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ServerServiceImpl.action(String serverId,
Action action)
Executes the specified Action such as RESUME, PAUSE, START, STOP ...
|
Copyright © 2017. All rights reserved.