models_v2.status_enum module

class models_v2.status_enum.StatusEnum[source]

Bases: object

Implementation of the ‘Status’ enum.

Specifies the connection status.

Attributes:

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

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