CLOUDSTACK-804 api changes

This commit is contained in:
Radhika PC 2013-04-24 11:33:25 +05:30
parent 434525b836
commit 0bca349636

View File

@ -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>