Class HamrOrgConnectionAttributesRequest

Hierarchy

  • HamrOrgConnectionAttributesRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

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
isPrimary: boolean

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.

modifiedBy: string

Username or identifier of the user who last modified this HAMR connection.

targetOrgDatacenter: string

Datacenter location of the target organization (e.g., us1, eu1, us5).

targetOrgName: string

Name of the target organization in the HAMR relationship.

targetOrgUuid: string

UUID of the target organization in the HAMR relationship.

Generated using TypeDoc