Managed Object - SrmRemoveProtectionGroupTask

Returned by
RemoveProtectionGroup
Since
SRM API 5.0


Managed Object Description

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

Once the task is complete, this object will be removed from the server after 30 minutes.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
GetRemoveProtectionGroupResult, IsRemoveProtectionGroupComplete

GetRemoveProtectionGroupResult

Get the results of this task.
Required Privileges
System.View

Parameters

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

Return Value

Type Description
vim.TaskInfo[]The detailed results.

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



IsRemoveProtectionGroupComplete

Required Privileges
System.View

Parameters

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