public class EventsServiceImpl extends BaseHeatServices implements EventsService
HeatEvent objects. The
non-exhaustive list of methods is oriented along
http://developer.openstack.org/api-ref-orchestration-v1.html#stacksBaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
EventsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Event> |
list(String stackName,
String stackId)
Gets a list of currently existing
Events for a specified stack. |
List<? extends Event> |
list(String stackName,
String stackId,
String resourceName)
Gets a list of currently existing
Events for a specified stack resource. |
Event |
show(String stackName,
String stackId,
String resourceName,
String eventId)
Shows details for a specified event.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends Event> list(String stackName, String stackId)
EventsServiceEvents for a specified stack.list in interface EventsServicestackName - The name of a stackstackId - The unique identifier for a stackEventspublic List<? extends Event> list(String stackName, String stackId, String resourceName)
EventsServiceEvents for a specified stack resource.list in interface EventsServicestackName - The name of a stackstackId - The unique identifier for a stackresourceName - The name of a resource in the stackEventspublic Event show(String stackName, String stackId, String resourceName, String eventId)
EventsServiceshow in interface EventsServicestackName - The name of a stackstackId - The unique identifier for a stackresourceName - The name of a resource in the stackeventId - The unique identifier of an event related to the resource in the stackCopyright © 2017. All rights reserved.