models_v2.status_enum module¶
- 
class 
models_v2.status_enum.StatusEnum[source]¶ Bases:
objectImplementation 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'¶