Deletes specified ReplicatedArrayPair object. Returns a task instance to monitor the asynchronous operation of this method.
Synopsis
@task void removeArrayPair(ReplicatedArrayPair arrayPair)
removeArrayPair has the following parameters:
Field | Description |
---|---|
arrayPair | ReplicatedArrayPair to be removed |
If a task fails, its error field may contain one of the following:
- drextapi.fault.ArrayPairInUse - if array pair is in use by protection group(s).
- drextapi.fault.ConnectionDownFault - if the other site involved in the operation could not be reached.
Faults
- RuntimeFault
- TaskInProgress
- vim.fault.InvalidArgument
See Faults in Site Recovery Manager API for more details.