Class: DatadogAPIClient::V2::HamrOrgConnectionAttributesResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/hamr_org_connection_attributes_response.rb

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_statusObject

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_primaryObject

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_atObject

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_byObject

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_datacenterObject

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_nameObject

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_uuidObject

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