Click a link to jump to the indicated section.
class
availability_group.api.NodeDnsConnectionState
Constants for possible Availability group DNS connection states.
New in version 22.11.1.
CONNECTED: str = 'connected'
Indicates that the last time the node tried to communicate with the DNS server, the connection succeeded.
DISCONNECTED: str = 'disconnected'
Indicates that the last time the node tried to communicate with the DNS server, the connection failed.
NOT_APPLICABLE: str = 'not_applicable'
This value is used when the node is not part of an Availability group.