public class InstanceActionsServiceImpl extends BaseComputeServices implements InstanceActionsService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
InstanceActionsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
InstanceAction |
get(String serverId,
String requestId)
Shows information about a specified instance action
|
List<? extends InstanceAction> |
list(String serverId)
List the executed actions on the specified
serverId |
invokeAction, invokeActionWithResponsedelete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends InstanceAction> list(String serverId)
InstanceActionsServiceserverIdlist in interface InstanceActionsServiceserverId - the server idpublic InstanceAction get(String serverId, String requestId)
InstanceActionsServiceget in interface InstanceActionsServiceserverId - the server idrequestId - the request identifierCopyright © 2017. All rights reserved.