heatclient.v1.resources.
Resource
(manager, info, loaded=False)Bases: heatclient.common.base.Resource
data
(**kwargs)delete
()stack_name
update
(**fields)heatclient.v1.resources.
ResourceManager
(client)Bases: heatclient.v1.stacks.StackChildManager
generate_template
(resource_name)Deprecated in favor of generate_template in ResourceTypeManager.
get
(stack_id, resource_name, with_attr=None)Get the details for a specific resource.
Parameters: |
|
---|
list
(stack_id, **kwargs)Get a list of resources.
Return type: | list of Resource |
---|
mark_unhealthy
(stack_id, resource_name, mark_unhealthy, resource_status_reason)Mark a resource as healthy or unhealthy.
Parameters: |
|
---|
metadata
(stack_id, resource_name)Get the metadata for a specific resource.
Parameters: |
|
---|
resource_class
alias of Resource
signal
(stack_id, resource_name, data=None)Signal a specific resource.
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.