public class ActionExecutionServiceImpl extends BaseOpenStackService implements ActionExecutionService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
ActionExecutionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ActionExecution |
create(ActionExecution actionExec)
Create a new action execution.
|
ActionResponse |
delete(String id)
Delete action execution by its ID.
|
ActionExecution |
get(String id)
Get action execution by its ID.
|
List<? extends ActionExecution> |
list()
List all action executions with details.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends ActionExecution> list()
ActionExecutionServicelist in interface ActionExecutionServicepublic ActionExecution create(ActionExecution actionExec)
ActionExecutionServicecreate in interface ActionExecutionServiceactionExec - Action execution to create.public ActionExecution get(String id)
ActionExecutionServiceget in interface ActionExecutionServiceid - Action execution ID.public ActionResponse delete(String id)
ActionExecutionServicedelete in interface ActionExecutionServiceid - Action execution ID.Copyright © 2020. All rights reserved.