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 the server action associated with specific request id for the specified server
|
invokeAction, invokeActionWithResponsedelete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, 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)
ServerActionsServiceshow in interface ServerActionsServiceserverId - the id of serverCopyright © 2021. All rights reserved.