Uses of Interface
org.openstack4j.model.heat.Resource
-
Packages that use Resource Package Description org.openstack4j.api.heat org.openstack4j.openstack.heat.domain org.openstack4j.openstack.heat.internal -
-
Uses of Resource in org.openstack4j.api.heat
Methods in org.openstack4j.api.heat that return Resource Modifier and Type Method Description ResourceResourcesService. show(String stackName, String stackId, String resourceName)Gets the detail of the specified resourceMethods in org.openstack4j.api.heat that return types with arguments of type Resource Modifier and Type Method Description List<? extends Resource>ResourcesService. list(String stackNameOrId)Gets a list of currently existingResources for a specified stack.List<? extends Resource>ResourcesService. list(String stackNameOrId, int depth)Gets a list of currently existingResources for a specified stack with filtern parameters.List<? extends Resource>ResourcesService. list(String stackName, String stackId)Gets a list of currently existingResources for a specified stack. -
Uses of Resource in org.openstack4j.openstack.heat.domain
Classes in org.openstack4j.openstack.heat.domain that implement Resource Modifier and Type Class Description classHeatResourceThis is a model of a HeatResource. -
Uses of Resource in org.openstack4j.openstack.heat.internal
Methods in org.openstack4j.openstack.heat.internal that return Resource Modifier and Type Method Description ResourceResourcesServiceImpl. show(String stackName, String stackId, String resourceName)Methods in org.openstack4j.openstack.heat.internal that return types with arguments of type Resource Modifier and Type Method 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)
-