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

Property of
FailoverSuccessResult
Extends
DynamicData
See also
Datastore, DeviceId, LocalizedMethodFault, RecoveredDiskInfo, ReplicaId
Since
SMS API 6.5

Data Object Description

Represents the device after the failover.

Even though many of the fields in this structure are marked optional, it is important for VASA provider to make sure that the recovery of the entire ReplicationGroup succeeds atomically. The only valid scenario when there is a device specific recovery failure is when there is no valid replica for the Virtual Volume (e.g. Virtual Volume was just added to the ReplicationGroup).

Properties

Name Type Description
datastore*ManagedObjectReference
to a Datastore

Datastore for the newly surfaced device. Not necessary to be filled in if the recoveredDeviceId is VirtualMachineId.
error*LocalizedMethodFault

Virtual Volume specific recovery error. This should be rare.
info*xsd:string[]

Informational messages.
recoveredDeviceId*DeviceId

Identifier of the target device after test or failover.
recoveredDiskInfo*RecoveredDiskInfo[]

Only to be filled in if the recoveredDeviceId is VirtualMachineId.
sourceDeviceIdDeviceId

Identifier of the source of the replication data before the failover stopped the replication.
targetDeviceId*ReplicaId

Identifier of the device which was the target of replication before failover.
warnings*LocalizedMethodFault[]

Warnings.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition