#include <glib.h>
#include <libxml/tree.h>
#include <crm/pengine/pe_types.h>
Go to the source code of this file.
◆ get_meta_attributes()
◆ get_rsc_attributes()
Get final values of a resource's instance attributes.
- Parameters
-
[in,out] | instance_attrs | Where to store the instance attributes |
[in] | rsc | Resource to get instance attributes for |
[in] | node | If not NULL, evaluate rules for this node |
[in,out] | scheduler | Scheduler data |
Definition at line 236 of file complex.c.
◆ is_parent()
◆ pe_rsc_params()
Get a table of resource parameters.
- Parameters
-
[in,out] | rsc | Resource to query |
[in] | node | Node for evaluating rules (NULL for defaults) |
[in,out] | scheduler | Scheduler data |
- Returns
- Hash table containing resource parameter names and values (or NULL if
rsc
or scheduler
is NULL)
- Note
- The returned table will be destroyed when the resource is freed, so callers should not destroy it.
Definition at line 476 of file complex.c.
◆ uber_parent()