From 0bca34963686930735e141e39c884289dd19424f Mon Sep 17 00:00:00 2001 From: Radhika PC Date: Wed, 24 Apr 2013 11:33:25 +0530 Subject: [PATCH] CLOUDSTACK-804 api changes --- docs/en-US/changed-API-commands-4.2.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/en-US/changed-API-commands-4.2.xml b/docs/en-US/changed-API-commands-4.2.xml index cbaa2e3fa92..26f10ff6037 100644 --- a/docs/en-US/changed-API-commands-4.2.xml +++ b/docs/en-US/changed-API-commands-4.2.xml @@ -101,6 +101,22 @@ + + UpdatePhysicalNetwork + + Added the following request parameters: + + + vlan (adds a new VLAN range to the existing VLAN range) + + + removelan (removes the specified VLAN range) + + + The removevlan and vlan parameters can be used together. If the VLAN range that you are trying + to remove is in use, the operation will not succeed. + +