The failoverSettings data type describes the failoverSettings property of the link data type.
failoverSettings data type properties
The following table describes the properties included in the failoverSettings data type.
Property name | Data type | Description | Notes |
---|---|---|---|
local | local | Specifies the automatic failover and failback settings for the local system for the replication link. | This property is optional on a PUT request to create a replication link. |
remote | remote | Specifies the automatic failover and failback settings for the remote system for the replication link. | This property is optional on a PUT request to create a replication link. |
Example
Here’s an XML example of the failoverSettings data type; the properties shown are those that are returned by a GET request sent to the primary system for an active/passive link:
<failoverSettings> <remote> <autoFailover>true</autoFailover> <autoFailoverMinutes>120</autoFailoverMinutes> <autoCompleteRecovery>false</autoCompleteRecovery> <autoCompleteRecoveryMinutes>60</autoCompleteRecoveryMinutes> </remote> </failoverSettings>