This call is available on Windows only.
Summary:
Cancels the forwarding of a device that was added to a Virtuozzo Container using the forward_device
call.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original source device information. |
|
|
|
|
|
|
Not used here. |
|
|
|
Device information. |
|
|
|
|
|
|
|
|
The device information inside a Container. |
|
|
|
|
|
|
Server ID. |
|
|
|
Device information. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns:
OK/Error
Description:
The remove_forward
call has essentially the same exact parameters and values as the forward_device
call. The only difference between the two is the name of the call itself.
Example:
<packet xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/devm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0.0">
<target>vzadevm</target>
<data>
<vzadevm>
<remove_forward>
<forward>
<source>
<ns2:device xsi:type="ns2:scsi_deviceType">
<ns2:name>S SCSI Disk Device</ns2:name>
<ns2:description>Disk drive</ns2:description>
<ns2:physical_name>U0NTSVxESVNLJlZFTl9WTVdBUkVfJlBST0RfVk1XQVJFX1ZJUlRVQUxfUyZSRVZfMS4wXDQmM0E3Mzk1MjkmMCYwMDA=</ns2:physical_name>
</ns2:device>
</source>
<destination>
<eid>7f29d970-3e31-46f3-9b59-2654329e3e55</eid>
<ns2:device xsi:type="ns2:scsi_deviceType">
<ns2:name>My SCSI Disk Device</ns2:name>
<ns2:description>Disk drive</ns2:description>
</ns2:device>
</destination>
</forward>
</remove_forward>
</vzadevm>
</data>
</packet>