pacemaker  2.1.9-49aab99839
Scalable High-Availability cluster resource manager
Data Fields
pe_resource_s Struct Reference

#include <include/crm/common/resources.h>

Collaboration diagram for pe_resource_s:
Collaboration graph
[legend]

Data Fields

char * id
 
char * clone_name
 
xmlNode * xml
 
xmlNode * orig_xml
 
xmlNode * ops_xml
 
pcmk_scheduler_tcluster
 
pcmk_resource_tparent
 
enum pe_obj_types variant
 
void * variant_opaque
 
pcmk_rsc_methods_tfns
 
pcmk_assignment_methods_tcmds
 
enum rsc_recovery_type recovery_type
 
enum pe_restart restart_type
 
int priority
 
int stickiness
 
int sort_index
 
int failure_timeout
 
int migration_threshold
 
guint remote_reconnect_ms
 
char * pending_task
 
unsigned long long flags
 
gboolean is_remote_node
 
gboolean exclusive_discover
 
GList * rsc_cons_lhs
 
GList * rsc_cons
 
GList * rsc_location
 
GList * actions
 
GList * rsc_tickets
 
pcmk_node_tallocated_to
 
pcmk_node_tpartial_migration_target
 
pcmk_node_tpartial_migration_source
 
GList * running_on
 
GHashTable * known_on
 
GHashTable * allowed_nodes
 
enum rsc_role_e role
 
enum rsc_role_e next_role
 
GHashTable * meta
 
GHashTable * parameters
 
GHashTable * utilization
 
GList * children
 
GList * dangling_migrations
 
pcmk_resource_tcontainer
 
GList * fillers
 
pcmk_node_tpending_node
 
pcmk_node_tlock_node
 
time_t lock_time
 
GHashTable * parameter_cache
 

Detailed Description

Deprecated:
Do not use (public access will be removed in a future release)

Definition at line 392 of file resources.h.

Field Documentation

◆ actions

GList* pe_resource_s::actions

Definition at line 444 of file resources.h.

◆ allocated_to

pcmk_node_t* pe_resource_s::allocated_to

Definition at line 447 of file resources.h.

◆ allowed_nodes

GHashTable* pe_resource_s::allowed_nodes

Definition at line 462 of file resources.h.

◆ children

GList* pe_resource_s::children

Definition at line 471 of file resources.h.

◆ clone_name

char* pe_resource_s::clone_name

Definition at line 397 of file resources.h.

◆ cluster

pcmk_scheduler_t* pe_resource_s::cluster

Definition at line 408 of file resources.h.

◆ cmds

pcmk_assignment_methods_t* pe_resource_s::cmds

Definition at line 413 of file resources.h.

◆ container

pcmk_resource_t* pe_resource_s::container

Definition at line 476 of file resources.h.

◆ dangling_migrations

GList* pe_resource_s::dangling_migrations

Definition at line 474 of file resources.h.

◆ exclusive_discover

gboolean pe_resource_s::exclusive_discover

Definition at line 432 of file resources.h.

◆ failure_timeout

int pe_resource_s::failure_timeout

Definition at line 421 of file resources.h.

◆ fillers

GList* pe_resource_s::fillers

Definition at line 477 of file resources.h.

◆ flags

unsigned long long pe_resource_s::flags
Deprecated:
Call pcmk_resource_is_managed() instead

Definition at line 428 of file resources.h.

◆ fns

pcmk_rsc_methods_t* pe_resource_s::fns

Definition at line 412 of file resources.h.

◆ id

char* pe_resource_s::id
Deprecated:
Call pcmk_resource_id() instead

Definition at line 395 of file resources.h.

◆ is_remote_node

gboolean pe_resource_s::is_remote_node

Definition at line 431 of file resources.h.

◆ known_on

GHashTable* pe_resource_s::known_on

Definition at line 459 of file resources.h.

◆ lock_node

pcmk_node_t* pe_resource_s::lock_node

Definition at line 481 of file resources.h.

◆ lock_time

time_t pe_resource_s::lock_time

Definition at line 483 of file resources.h.

◆ meta

GHashTable* pe_resource_s::meta

Definition at line 467 of file resources.h.

◆ migration_threshold

int pe_resource_s::migration_threshold

Definition at line 422 of file resources.h.

◆ next_role

enum rsc_role_e pe_resource_s::next_role

Definition at line 465 of file resources.h.

◆ ops_xml

xmlNode* pe_resource_s::ops_xml

Definition at line 406 of file resources.h.

◆ orig_xml

xmlNode* pe_resource_s::orig_xml

Definition at line 403 of file resources.h.

◆ parameter_cache

GHashTable* pe_resource_s::parameter_cache

Definition at line 491 of file resources.h.

◆ parameters

GHashTable* pe_resource_s::parameters

Definition at line 468 of file resources.h.

◆ parent

pcmk_resource_t* pe_resource_s::parent

Definition at line 409 of file resources.h.

◆ partial_migration_source

pcmk_node_t* pe_resource_s::partial_migration_source

Definition at line 453 of file resources.h.

◆ partial_migration_target

pcmk_node_t* pe_resource_s::partial_migration_target

Definition at line 450 of file resources.h.

◆ pending_node

pcmk_node_t* pe_resource_s::pending_node

Definition at line 480 of file resources.h.

◆ pending_task

char* pe_resource_s::pending_task

Definition at line 424 of file resources.h.

◆ priority

int pe_resource_s::priority

Definition at line 418 of file resources.h.

◆ recovery_type

enum rsc_recovery_type pe_resource_s::recovery_type

Definition at line 415 of file resources.h.

◆ remote_reconnect_ms

guint pe_resource_s::remote_reconnect_ms

Definition at line 423 of file resources.h.

◆ restart_type

enum pe_restart pe_resource_s::restart_type

Definition at line 417 of file resources.h.

◆ role

enum rsc_role_e pe_resource_s::role

Definition at line 464 of file resources.h.

◆ rsc_cons

GList* pe_resource_s::rsc_cons

Definition at line 442 of file resources.h.

◆ rsc_cons_lhs

GList* pe_resource_s::rsc_cons_lhs

Definition at line 441 of file resources.h.

◆ rsc_location

GList* pe_resource_s::rsc_location

Definition at line 443 of file resources.h.

◆ rsc_tickets

GList* pe_resource_s::rsc_tickets

Definition at line 445 of file resources.h.

◆ running_on

GList* pe_resource_s::running_on

Definition at line 456 of file resources.h.

◆ sort_index

int pe_resource_s::sort_index

Definition at line 420 of file resources.h.

◆ stickiness

int pe_resource_s::stickiness

Definition at line 419 of file resources.h.

◆ utilization

GHashTable* pe_resource_s::utilization

Definition at line 469 of file resources.h.

◆ variant

enum pe_obj_types pe_resource_s::variant

Definition at line 410 of file resources.h.

◆ variant_opaque

void* pe_resource_s::variant_opaque

Definition at line 411 of file resources.h.

◆ xml

xmlNode* pe_resource_s::xml

Definition at line 400 of file resources.h.


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