Class: DatadogAPIClient::V2::HamrOrgConnectionStatus
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::HamrOrgConnectionStatus
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/hamr_org_connection_status.rb
Overview
Status of the HAMR connection:
- 0: UNSPECIFIED - Connection status not specified
- 1: ONBOARDING - Initial setup of HAMR connection
- 2: PASSIVE - Secondary organization in passive standby mode
- 3: FAILOVER - Liminal status between PASSIVE and ACTIVE
- 4: ACTIVE - Organization is an active failover
- 5: RECOVERY - Recovery operation in progress
Constant Summary collapse
- UNSPECIFIED =
0.freeze
- ONBOARDING =
1.freeze
- PASSIVE =
2.freeze
- FAILOVER =
3.freeze
- ACTIVE =
4.freeze
- RECOVERY =
5.freeze