| 
    pacemaker
    2.1.7-0f7f88312f
    
   Scalable High-Availability cluster resource manager 
   | 
 
A single instance of a bundle. More...
#include <include/crm/pengine/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 519 of file internal.h.
| pcmk_resource_t* pe__bundle_replica_t::child | 
Instance of bundled resource.
Definition at line 524 of file internal.h.
| pcmk_resource_t* pe__bundle_replica_t::container | 
Container associated with this instance.
Definition at line 525 of file internal.h.
| pcmk_resource_t* pe__bundle_replica_t::ip | 
IP address resource for ipaddr.
Definition at line 523 of file internal.h.
| char* pe__bundle_replica_t::ipaddr | 
IP address associated with this instance.
Definition at line 521 of file internal.h.
| pcmk_node_t* pe__bundle_replica_t::node | 
Node created for this instance.
Definition at line 522 of file internal.h.
| int pe__bundle_replica_t::offset | 
0-origin index of this instance in bundle
Definition at line 520 of file internal.h.
| pcmk_resource_t* pe__bundle_replica_t::remote | 
Pacemaker Remote connection into container.
Definition at line 526 of file internal.h.
 1.8.14