Data Object - SrmRecoveryResult

Returned by
GetRecoveryResult
See also
SrmRecoveryPlan, SrmRecoveryPlanRecoveryMode, SrmRecoveryResultResultState
Since
SRM API 2.0

Data Object Description

The results and basic information about a previously run recovery.

Properties

Name Type Description
description*xsd:string

The description of the plan at the time of this run
errorCountxsd:int

The count of error-level faults that were generated by the operation
errorCustomizedVms*xsd:int

The count of the VM's that encountered an error during IP customization.

Since SRM API 11.0
errors*vmodl.LocalizedMethodFault[]

The errors encountered for this RP.

Since SRM API 11.0
errorStateVms*xsd:int

The count of the VM's that are in Error state

Since SRM API 11.0
executionTimeInSecondsxsd:long

The total execution time in seconds
ipCustomizedVms*xsd:int

The count of the VM's that are successfully ip customized

Since SRM API 11.0
keyxsd:int

Unique key for this recovery result
namexsd:string

The name of the recovery plan at the time of this run
plan*ManagedObjectReference
to a SrmRecoveryPlan

Recovery plan that this result covers
poweredOffVms*xsd:int

The count of the VM's that are powered off

Since SRM API 11.0
poweredOnVms*xsd:int

The count of the VM's that are powered on

Since SRM API 11.0
resultStateSrmRecoveryResultResultState

The result state

This state is only the final state indicating completion or failure.

runModeSrmRecoveryPlanRecoveryMode

The mode of recovery the plan was initiated in (test, failover, reprotect, revert)
startTimexsd:dateTime

The time when the recovery was started
stopTimexsd:dateTime

The time when the recovery completed or stopped
successfullyRecoveredVms*xsd:int

The count of the VM's that are successfully recovered

Since SRM API 11.0
totalPausedTimeInSecondsxsd:long

The total time the recovery plan was paused
warningCountxsd:int

The count of warning-level faults that were generated by the operation.
warnings*vmodl.LocalizedMethodFault[]

The warnings encountered for this RP.

Since SRM API 11.0
Properties inherited from
None
*Need not be set