models_v2.connection_status_enum module¶
-
class
models_v2.connection_status_enum.ConnectionStatusEnum[source]¶ Bases:
objectImplementation of the ‘ConnectionStatus’ enum.
Specifies the status of agent connection.
- Attributes:
UNKNOWN: TODO: type description here. HEALTHY: TODO: type description here. UNREGISTERED: TODO: type description here. UNREACHABLE: TODO: type description here. UNHEALTHY: TODO: type description here. ERROR: TODO: type description here.
-
ERROR= 'Error'¶
-
HEALTHY= 'Healthy'¶
-
UNHEALTHY= 'Unhealthy'¶
-
UNKNOWN= 'Unknown'¶
-
UNREACHABLE= 'Unreachable'¶
-
UNREGISTERED= 'Unregistered'¶