pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Data Fields
pe__bundle_replica_t Struct Reference

A single instance of a bundle. More...

#include <include/crm/pengine/internal.h>

Collaboration diagram for pe__bundle_replica_t:
Collaboration graph
[legend]

Data Fields

int offset
 0-origin index of this instance in bundle More...
 
char * ipaddr
 IP address associated with this instance. More...
 
pcmk_node_tnode
 Node created for this instance. More...
 
pcmk_resource_tip
 IP address resource for ipaddr. More...
 
pcmk_resource_tchild
 Instance of bundled resource. More...
 
pcmk_resource_tcontainer
 Container associated with this instance. More...
 
pcmk_resource_tremote
 Pacemaker Remote connection into container. More...
 

Detailed Description

A single instance of a bundle.

Definition at line 519 of file internal.h.

Field Documentation

◆ child

pcmk_resource_t* pe__bundle_replica_t::child

Instance of bundled resource.

Definition at line 524 of file internal.h.

◆ container

pcmk_resource_t* pe__bundle_replica_t::container

Container associated with this instance.

Definition at line 525 of file internal.h.

◆ ip

pcmk_resource_t* pe__bundle_replica_t::ip

IP address resource for ipaddr.

Definition at line 523 of file internal.h.

◆ ipaddr

char* pe__bundle_replica_t::ipaddr

IP address associated with this instance.

Definition at line 521 of file internal.h.

◆ node

pcmk_node_t* pe__bundle_replica_t::node

Node created for this instance.

Definition at line 522 of file internal.h.

◆ offset

int pe__bundle_replica_t::offset

0-origin index of this instance in bundle

Definition at line 520 of file internal.h.

◆ remote

pcmk_resource_t* pe__bundle_replica_t::remote

Pacemaker Remote connection into container.

Definition at line 526 of file internal.h.


The documentation for this struct was generated from the following file: