Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 936 Bytes

File metadata and controls

22 lines (19 loc) · 936 Bytes

BridgeEndpointProfile

Properties

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

Enum: FailoverModeEnum

Name Value
PREEMPTIVE "PREEMPTIVE"
NON_PREEMPTIVE "NON_PREEMPTIVE"

Enum: HighAvailabilityModeEnum

Name Value
STANDBY "ACTIVE_STANDBY"