public class ResourcesServiceImpl extends BaseHeatServices implements ResourcesService
HeatResources objects. The
non-exhaustive list of methods is oriented along
http://developer.openstack.org/api-ref-orchestration-v1.htmlBaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
ResourcesServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Resource> |
list(String stackNameOrId)
Gets a list of currently existing
Resources for a specified stack. |
List<? extends Resource> |
list(String stackName,
String stackId)
Gets a list of currently existing
Resources for a specified stack. |
Resource |
show(String stackName,
String stackId,
String resourceName)
Gets the detail of the specified resource
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, head, patch, post, put, request, toList, uripublic List<? extends Resource> list(String stackName, String stackId)
ResourcesServiceResources for a specified stack.list in interface ResourcesServicestackName - The name of a stackstackId - The unique identifier for a stackResourcespublic List<? extends Resource> list(String stackNameOrId)
ResourcesServiceResources for a specified stack.list in interface ResourcesServicestackNameOrId - Stack name or stack idResourcespublic Resource show(String stackName, String stackId, String resourceName)
ResourcesServiceshow in interface ResourcesServicestackName - The name of a stackstackId - The unique identifier for a stackresourceName - The name of a resourceCopyright © 2016. All Rights Reserved.