| Package | Description |
|---|---|
| org.openstack4j.api.heat | |
| org.openstack4j.openstack.heat.domain | |
| org.openstack4j.openstack.heat.internal |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventsService.show(String stackName,
String stackId,
String resourceName,
String eventId)
Shows details for a specified event.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Event> |
EventsService.list(String stackName,
String stackId)
Gets a list of currently existing
Events for a specified stack. |
List<? extends Event> |
EventsService.list(String stackName,
String stackId,
String resourceName)
Gets a list of currently existing
Events for a specified stack resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
HeatEvent
This is a model of a heatevent.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventsServiceImpl.show(String stackName,
String stackId,
String resourceName,
String eventId) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Event> |
EventsServiceImpl.list(String stackName,
String stackId) |
List<? extends Event> |
EventsServiceImpl.list(String stackName,
String stackId,
String resourceName) |
Copyright © 2017. All rights reserved.