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, invokeActionWithResponse
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public List<? extends InstanceAction> list(String serverId)
InstanceActionsService
serverId
list
in interface InstanceActionsService
serverId
- the server idpublic InstanceAction get(String serverId, String requestId)
InstanceActionsService
get
in interface InstanceActionsService
serverId
- the server idrequestId
- the request identifierCopyright © 2017. All rights reserved.