Skip to content

Update l2Network.rst #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions userManual/l2Network.rst
Original file line number Diff line number Diff line change
@@ -316,6 +316,56 @@ Parameters
-
- 0.6

Create L2VlanNetwork
======================

Admins can use CreateL2VlanNetwork to create a L2VlanNetwork. For example::

CreateL2VlanNetwork name=APPLICATION-L2 physicalInterface=eth0 vlan=100 zoneUuid=69b5be02a15742a08c1b7518e32f442a

Parameters
++++++++++

.. list-table::
:widths: 20 40 10 20 10
:header-rows: 1

* - Name
- Description
- Optional
- Choices
- Since
* - **name**
- resource name, see :ref:`resource properties`
-
-
- 0.6
* - **vlan**
- VLAN id used to create layer 2 broadcast domain
-
- [0, 4095]
- 0.6
* - **resourceUuid**
- resource uuid, see :ref:`create resource`
- true
-
- 0.6
* - **description**
- resource description, see :ref:`resource properties`
- true
-
- 0.6
* - **zoneUuid**
- uuid of parent zone, see :ref:`zone <zone>`
-
-
- 0.6
* - **physicalInterface**
- see :ref:`physical interface <l2Network physical interface>`
-
-
- 0.6

Delete L2 Network
=================