Previous page

Next page

Locate page in Contents

Print this page

remove_forward

WindowsThis 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

remove_forward

 

 

 

{

 

 

 

forward

1..1

 

 

{

 

 

 

source

1..1

 

The original source device information.

{

 

 

 

eid

0..1

eid_type

Not used here.

device

0..1

common_deviceType

Device information.

}

 

 

 

destination

 

 

The device information inside a Container.

{

 

 

 

eid

0..1

eid_type

Server ID.

device

0..1

common_deviceType

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>

Please send us your feedback on this help page