| Name | Type | Description | Notes |
|---|---|---|---|
| failoverMode | FailoverModeEnum | Faileover mode can be preemmptive or non-preemptive | [optional] |
| edgeClusterMemberIndexes | List<Integer> | First index will be used as the preferred member | [optional] |
| highAvailabilityMode | HighAvailabilityModeEnum | High avaialability mode can be active-active or active-standby | [optional] |
| edgeClusterId | String | UUID of the edge cluster for this bridge endpoint |
| Name | Value |
|---|---|
| PREEMPTIVE | "PREEMPTIVE" |
| NON_PREEMPTIVE | "NON_PREEMPTIVE" |
| Name | Value |
|---|---|
| STANDBY | "ACTIVE_STANDBY" |