pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
A single instance of a bundle. More...
#include <include/crm/common/bundles_internal.h>
Data Fields | |
int | offset |
0-origin index of this instance in bundle More... | |
char * | ipaddr |
IP address associated with this instance. More... | |
pcmk_node_t * | node |
Node created for this instance. More... | |
pcmk_resource_t * | ip |
IP address resource for ipaddr. More... | |
pcmk_resource_t * | child |
Instance of bundled resource. More... | |
pcmk_resource_t * | container |
Container associated with this instance. More... | |
pcmk_resource_t * | remote |
Pacemaker Remote connection into container. More... | |
A single instance of a bundle.
Definition at line 24 of file bundles_internal.h.
pcmk_resource_t* pcmk__bundle_replica_t::child |
Instance of bundled resource.
Definition at line 29 of file bundles_internal.h.
pcmk_resource_t* pcmk__bundle_replica_t::container |
Container associated with this instance.
Definition at line 30 of file bundles_internal.h.
pcmk_resource_t* pcmk__bundle_replica_t::ip |
IP address resource for ipaddr.
Definition at line 28 of file bundles_internal.h.
char* pcmk__bundle_replica_t::ipaddr |
IP address associated with this instance.
Definition at line 26 of file bundles_internal.h.
pcmk_node_t* pcmk__bundle_replica_t::node |
Node created for this instance.
Definition at line 27 of file bundles_internal.h.
int pcmk__bundle_replica_t::offset |
0-origin index of this instance in bundle
Definition at line 25 of file bundles_internal.h.
pcmk_resource_t* pcmk__bundle_replica_t::remote |
Pacemaker Remote connection into container.
Definition at line 31 of file bundles_internal.h.