Managed Object - SrmDeleteRecoveryPlanTask

Returned by
DeleteRecoveryPlan
Since
SRM API 5.0


Managed Object Description

A Task returned by DeleteRecoveryPlan 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
GetDeleteRecovryPlanFailure, IsDeleteRecoveryPlanComplete

GetDeleteRecovryPlanFailure

Required Privileges
System.View

Parameters

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

Return Value

Type Description
vmodl.MethodFaultDelete 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



IsDeleteRecoveryPlanComplete

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the SrmDeleteRecoveryPlanTask 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