Managed Object - SrmCreateRecoveryPlanTask

Returned by
CreateRecoveryPlan
See also
SrmRecoveryPlan
Since
SRM API 5.0


Managed Object Description

A Task returned by CreateRecoveryPlan that will have the final status of the operation when it is complete.

Once the task has been completed, this object will be removed from the server after 30 minutes.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
GetCreateRecovryPlanFailure, GetNewRecoveryPlan, IsCreateRecoveryPlanComplete

GetCreateRecovryPlanFailure

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the SrmCreateRecoveryPlanTask used to make the method call.

Return Value

Type Description
vmodl.MethodFaultCreate recovery plan failure.

Faults

Type Description
vmodl.RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



GetNewRecoveryPlan

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the SrmCreateRecoveryPlanTask used to make the method call.

Return Value

Type Description
ManagedObjectReference
to a SrmRecoveryPlan
The newly created SrmRecoveryPlan.

Faults

Type Description
vmodl.RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



IsCreateRecoveryPlanComplete

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the SrmCreateRecoveryPlanTask used to make the method call.

Return Value

Type Description
xsd:booleanTrue if this task has been completed.

Faults

Type Description
vmodl.RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None