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
Event s for a specified stack. |
List<? extends Event> |
list(String stackName,
String stackId,
String resourceName)
Gets a list of currently existing
Event s 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, uri
public List<? extends Event> list(String stackName, String stackId)
EventsService
Event
s for a specified stack.list
in interface EventsService
stackName
- The name of a stackstackId
- The unique identifier for a stackEvent
spublic List<? extends Event> list(String stackName, String stackId, String resourceName)
EventsService
Event
s for a specified stack resource.list
in interface EventsService
stackName
- The name of a stackstackId
- The unique identifier for a stackresourceName
- The name of a resource in the stackEvent
spublic Event show(String stackName, String stackId, String resourceName, String eventId)
EventsService
show
in interface EventsService
stackName
- 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.