tibas_managementRole

The tibas_managementRole enumerated type specifies the management role that can be assigned to a member of the metaspace.

Declaration

typedef enum _tibas_managementRole {
    TIBAS_MANAGEMENT_ROLE_NONE          = 0,
    TIBAS_MANAGEMENT_ROLE_MEMBER        = 1,
    TIBAS_MANAGEMENT_ROLE_MANAGER       = 2
} tibas_managementRole;

Values

Value Description
TIBAS_MANAGEMENT_ROLE_
NONE The member has no management role.
TIBAS_MANAGEMENT_ROLE_
MEMBER The member is simply a member of the Metaspace.
TIBAS_MANAGEMENT_ROLE_
MANAGER The member is currently managing membership for the Metaspace.