Class: DatadogAPIClient::V2::HamrOrgConnectionAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::HamrOrgConnectionAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#hamr_status ⇒ Object
readonly
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.
-
#is_primary ⇒ Object
readonly
Indicates whether this organization is the primary organization in the HAMR relationship.
-
#modified_at ⇒ Object
readonly
Timestamp of when this HAMR connection was last modified (RFC3339 format).
-
#modified_by ⇒ Object
readonly
Username or identifier of the user who last modified this HAMR connection.
-
#target_org_datacenter ⇒ Object
readonly
Datacenter location of the target organization (e.g., us1, eu1, us5).
-
#target_org_name ⇒ Object
readonly
Name of the target organization in the HAMR relationship.
-
#target_org_uuid ⇒ Object
readonly
UUID of the target organization in the HAMR relationship.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 52 def additional_properties @additional_properties end |
#hamr_status ⇒ Object
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
31 32 33 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 31 def hamr_status @hamr_status end |
#is_primary ⇒ Object
Indicates whether this organization is the primary organization in the HAMR relationship. If true, this is the primary organization. If false, this is the secondary/backup organization.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 35 def is_primary @is_primary end |
#modified_at ⇒ Object
Timestamp of when this HAMR connection was last modified (RFC3339 format).
38 39 40 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 38 def modified_at @modified_at end |
#modified_by ⇒ Object
Username or identifier of the user who last modified this HAMR connection.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 41 def modified_by @modified_by end |
#target_org_datacenter ⇒ Object
Datacenter location of the target organization (e.g., us1, eu1, us5).
44 45 46 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 44 def target_org_datacenter @target_org_datacenter end |
#target_org_name ⇒ Object
Name of the target organization in the HAMR relationship.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 47 def target_org_name @target_org_name end |
#target_org_uuid ⇒ Object
UUID of the target organization in the HAMR relationship.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb', line 50 def target_org_uuid @target_org_uuid end |