| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static HamrOrgConnectionStatus |
HamrOrgConnectionStatus.ACTIVE |
static HamrOrgConnectionStatus |
HamrOrgConnectionStatus.FAILOVER |
static HamrOrgConnectionStatus |
HamrOrgConnectionStatus.ONBOARDING |
static HamrOrgConnectionStatus |
HamrOrgConnectionStatus.PASSIVE |
static HamrOrgConnectionStatus |
HamrOrgConnectionStatus.RECOVERY |
static HamrOrgConnectionStatus |
HamrOrgConnectionStatus.UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static HamrOrgConnectionStatus |
HamrOrgConnectionStatus.fromValue(Long value) |
HamrOrgConnectionStatus |
HamrOrgConnectionAttributesResponse.getHamrStatus()
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
|
HamrOrgConnectionStatus |
HamrOrgConnectionAttributesRequest.getHamrStatus()
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
|
| Modifier and Type | Method and Description |
|---|---|
HamrOrgConnectionAttributesResponse |
HamrOrgConnectionAttributesResponse.hamrStatus(HamrOrgConnectionStatus hamrStatus) |
HamrOrgConnectionAttributesRequest |
HamrOrgConnectionAttributesRequest.hamrStatus(HamrOrgConnectionStatus hamrStatus) |
void |
HamrOrgConnectionStatus.HamrOrgConnectionStatusSerializer.serialize(HamrOrgConnectionStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
HamrOrgConnectionAttributesResponse.setHamrStatus(HamrOrgConnectionStatus hamrStatus) |
void |
HamrOrgConnectionAttributesRequest.setHamrStatus(HamrOrgConnectionStatus hamrStatus) |
| Constructor and Description |
|---|
HamrOrgConnectionAttributesRequest(HamrOrgConnectionStatus hamrStatus,
Boolean isPrimary,
String modifiedBy,
String targetOrgDatacenter,
String targetOrgName,
String targetOrgUuid) |
HamrOrgConnectionAttributesResponse(HamrOrgConnectionStatus hamrStatus,
Boolean isPrimary,
String modifiedAt,
String modifiedBy,
String targetOrgDatacenter,
String targetOrgName,
String targetOrgUuid) |
| Constructor and Description |
|---|
HamrOrgConnectionStatusSerializer(Class<HamrOrgConnectionStatus> t) |
Copyright © 2026. All rights reserved.