models_v2.domain_controller_status_1_enum module

class models_v2.domain_controller_status_1_enum.DomainControllerStatus1Enum[source]

Bases: object

Implementation of the ‘DomainControllerStatus1’ enum.

Specifies the connection status of a domain controller.

Attributes:

REACHABLE: TODO: type description here. UNREACHABLE: TODO: type description here. INCOMPATIBLE: TODO: type description here.

INCOMPATIBLE = 'Incompatible'
REACHABLE = 'Reachable'
UNREACHABLE = 'Unreachable'