NodeRole class - Platform - BlueCat Gateway - 23.1

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Click a link to jump to the indicated section.

class availability_group.api.NodeRole

Constants for the valid roles that a node can have with respect to Availability groups.

New in version 22.11.1.

PRIMARY: str = 'primary'

Indicates that the node is the Primary node in an Availability group.

SECONDARY: str = 'secondary'

Indicates that the node is the Secondary node in an Availability group.

NOT_IN_GROUP: str = 'not_in_group'

Indicates that the node is not part of an Availability group.