public class NovaServerActionsService extends BaseComputeServices implements ServerActionsService
ServerAction
objects. The non-exhaustive list of methods is oriented along
https://docs.openstack.org/api-ref/compute/index.html#list-actions-for-serverBaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
NovaServerActionsService() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ServerAction> |
list(String serverId)
Gets a list of currently existing
ServerActions for a specified server. |
ServerAction |
show(String serverId,
String requestId)
Gets a event of currently existing
ServerActions for a specified request id |
invokeAction, invokeActionWithResponsedelete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends ServerAction> list(String serverId)
ServerActionsServiceServerActions for a specified server.list in interface ServerActionsServiceserverId - the id of serverServerActionspublic ServerAction show(String serverId, String requestId)
ServerActionsServiceServerActions for a specified request idshow in interface ServerActionsServiceserverId - the id of serverrequestId - the request id of serverCopyright © 2020. All rights reserved.