From 1b58f4b0195b866b5d322c314ce66dcf72f8a9af Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Fri, 31 Jul 2020 17:53:09 -0400 Subject: Update docs (#73) vyos: Update docs Reviewed-by: GomathiselviS https://github.com/GomathiselviS --- docs/vyos.vyos.vyos_vlan_module.rst | 149 ++++++++++++++++++++++++++++++++---- 1 file changed, 132 insertions(+), 17 deletions(-) (limited to 'docs/vyos.vyos.vyos_vlan_module.rst') diff --git a/docs/vyos.vyos.vyos_vlan_module.rst b/docs/vyos.vyos.vyos_vlan_module.rst index 3ec9d114..084649fb 100644 --- a/docs/vyos.vyos.vyos_vlan_module.rst +++ b/docs/vyos.vyos.vyos_vlan_module.rst @@ -39,7 +39,7 @@ Parameters address
- - + string
@@ -54,24 +54,141 @@ Parameters aggregate
- - -
+ list + / elements=dictionary
List of VLANs definitions.
+ + + + +
+ address + +
+ string +
+ + + + +
Configure Virtual interface address.
+ - + +
associated_interfaces
- - + list + / elements=string
+ + + + +
This is a intent option and checks the operational state of the for given vlan name for associated interfaces. If the value in the associated_interfaces does not match with the operational state of vlan on device it will result in failure.
+ + + + + +
+ delay + +
+ integer
+ + + +
Delay the play should wait to check for declarative intent params values.
+ + + + + +
+ interfaces + +
+ list + / elements=string / required
+ + + + +
List of interfaces that should be associated to the VLAN.
+ + + + + +
+ name + +
+ string +
+ + + + +
Name of the VLAN.
+ + + + + +
+ state + +
+ string +
+ + + + + +
State of the VLAN configuration.
+ + + + + +
+ vlan_id + +
+ integer + / required
+ + + + +
ID of the VLAN. Range 0-4094.
+ + + + + +
+ associated_interfaces + +
+ list + / elements=string
+ @@ -84,7 +201,7 @@ Parameters delay
- - + integer
@@ -100,8 +217,8 @@ Parameters interfaces
- - - / required
+ list + / elements=string @@ -115,7 +232,7 @@ Parameters name
- - + string
@@ -151,7 +268,7 @@ Parameters
string - / required
+ @@ -186,8 +303,7 @@ Parameters - Default:
22
- +
Specifies the port to use when building the connection to the remote device.
@@ -219,8 +335,7 @@ Parameters - Default:
10
- +
Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands. If the timeout is exceeded before the operation is completed, the module will error.
@@ -267,7 +382,7 @@ Parameters state
- - + string
@@ -286,8 +401,8 @@ Parameters vlan_id
- - - / required
+ integer + -- cgit v1.2.3