public interface ServerAction extends ModelEntity
ServerAction.
All getters map to the possible return values of
GET /v2.1/servers/{server_id}/os-instance-actions​
GET /v2.1/servers/{server_id}/os-instance-actions/{request_id}​https://docs.openstack.org/api-ref/compute/index.html| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the action of the event
|
List<? extends ServerActionEvent> |
getEvents()
Returns the list of event
|
String |
getInstaceUuid()
Returns the id of the server
|
String |
getRequestId()
Returns the request id of the event
|
Date |
getStartTime()
Returns the start_time of the event
|
String |
getUserId()
Returns the id of the user
|
String getAction()
List<? extends ServerActionEvent> getEvents()
String getInstaceUuid()
String getRequestId()
Date getStartTime()
String getUserId()
Copyright © 2020. All rights reserved.