Updated Branches: refs/heads/master 434525b83 -> 0bca34963
CLOUDSTACK-804 api changes Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0bca3496 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0bca3496 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0bca3496 Branch: refs/heads/master Commit: 0bca34963686930735e141e39c884289dd19424f Parents: 434525b Author: Radhika PC <[email protected]> Authored: Wed Apr 24 11:33:25 2013 +0530 Committer: Radhika PC <[email protected]> Committed: Wed Apr 24 11:33:25 2013 +0530 ---------------------------------------------------------------------- docs/en-US/changed-API-commands-4.2.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0bca3496/docs/en-US/changed-API-commands-4.2.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/changed-API-commands-4.2.xml b/docs/en-US/changed-API-commands-4.2.xml index cbaa2e3..26f10ff 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 @@ </itemizedlist> </entry> </row> + <row> + <entry><para>UpdatePhysicalNetwork</para></entry> + <entry> + <para>Added the following request parameters:</para> + <itemizedlist> + <listitem> + <para>vlan (adds a new VLAN range to the existing VLAN range)</para> + </listitem> + <listitem> + <para>removelan (removes the specified VLAN range)</para> + </listitem> + </itemizedlist> + <note><para>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.</para></note> + </entry> + </row> </tbody> </tgroup> </informaltable>
