Package | Description |
---|---|
org.openstack4j.api.heat | |
org.openstack4j.openstack.heat.domain | |
org.openstack4j.openstack.heat.internal |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourcesService.show(String stackName,
String stackId,
String resourceName)
Gets the detail of the specified resource
|
Modifier and Type | Method and Description |
---|---|
List<? extends Resource> |
ResourcesService.list(String stackNameOrId)
Gets a list of currently existing
Resource s for a specified stack. |
List<? extends Resource> |
ResourcesService.list(String stackNameOrId,
int depth)
Gets a list of currently existing
Resource s for a specified stack with filtern parameters. |
List<? extends Resource> |
ResourcesService.list(String stackName,
String stackId)
Gets a list of currently existing
Resource s for a specified stack. |
Modifier and Type | Class and Description |
---|---|
class |
HeatResource
This is a model of a HeatResource.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourcesServiceImpl.show(String stackName,
String stackId,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
List<? extends Resource> |
ResourcesServiceImpl.list(String stackNameOrId) |
List<? extends Resource> |
ResourcesServiceImpl.list(String stackNameOrId,
int depth) |
List<? extends Resource> |
ResourcesServiceImpl.list(String stackName,
String stackId) |
Copyright © 2017. All rights reserved.