Data Object - FailoverSuccessResult(sms.storage.replication.FailoverSuccessResult)

Extends
GroupOperationResult
See also
PointInTimeReplicaId, RecoveredDevice
Since
SMS API 6.5

Data Object Description

Results of a successful failover operation. The target fault domain Id, and the device group id are inherited.

Properties

Name Type Description
newStatexsd:string

Some replicators may automatically reverse replication on failover. Such replicators must move the replication status to SOURCE In other cases, it can remain as FAILEDOVER.
pitId*PointInTimeReplicaId

Id of the Point in Time snapshot used during failover. If not present, latest PIT was used.
pitIdBeforeFailover*PointInTimeReplicaId

Optional id of the Point in Time snapshot that was automatically created before failing over. This is recommended so users can revert back to this snapshot to avoid data loss. This can be removed after the reverse replication call succeeds.
recoveredDeviceInfo*RecoveredDevice[]

Recovered Devices. This is optional because in some corner cases the replication groups on the target site may not have any virtual volumes.
timeStamp*xsd:dateTime

Time stamp of recovery.
Properties inherited from GroupOperationResult
groupId, warning
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition