From a45e2988263f5109a56b6dcb2c46ecbc6738cb3a Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 27 Aug 2020 14:58:25 -0400 Subject: Release 1.0.4 (#81) Release 1.0.4 Reviewed-by: https://github.com/apps/ansible-zuul --- docs/vyos.vyos.vyos_lldp_global_module.rst | 243 ++++++++++++++--------------- 1 file changed, 119 insertions(+), 124 deletions(-) (limited to 'docs/vyos.vyos.vyos_lldp_global_module.rst') diff --git a/docs/vyos.vyos.vyos_lldp_global_module.rst b/docs/vyos.vyos.vyos_lldp_global_module.rst index bf803ff..9224421 100644 --- a/docs/vyos.vyos.vyos_lldp_global_module.rst +++ b/docs/vyos.vyos.vyos_lldp_global_module.rst @@ -31,139 +31,140 @@ Parameters Parameter Choices/Defaults - Comments + Comments - - + +
config
dictionary -
- - - - -
The provided link layer discovery protocol (LLDP) configuration.
- + + + + + +
The provided link layer discovery protocol (LLDP) configuration.
+ - - - + + +
address
string -
- - - - -
This argument defines management-address.
- + + + + + +
This argument defines management-address.
+ - - - + + +
enable
boolean -
- - - - - -
This argument is a boolean value to enable or disable LLDP.
- + + + + + + +
This argument is a boolean value to enable or disable LLDP.
+ - - - + + +
legacy_protocols
list - / elements=string
- - - - - -
List of the supported legacy protocols.
- + / elements=string + + + + + + +
List of the supported legacy protocols.
+ - - - + + +
snmp
string -
- - - - -
This argument enable the SNMP queries to LLDP database.
- + + + + + +
This argument enable the SNMP queries to LLDP database.
+ - - - + + +
running_config
string -
- - - - -
This option is used only with state parsed.
-
The value of this option should be the output received from the VyOS device by executing the command show configuration commands | grep lldp.
-
The state parsed reads the configuration from running_config option and transforms it into Ansible structured data as per the resource module's argspec and the value is then returned in the parsed key within the result.
- + + + + + +
This option is used only with state parsed.
+
The value of this option should be the output received from the VyOS device by executing the command show configuration commands | grep lldp.
+
The state parsed reads the configuration from running_config option and transforms it into Ansible structured data as per the resource module's argspec and the value is then returned in the parsed key within the result.
+ - - + +
state
string -
- - - - - -
The state of the configuration after module completion.
- + + + + + + +
The state of the configuration after module completion.
+ - +
@@ -181,7 +182,6 @@ Examples .. code-block:: yaml+jinja - # Using merged # # Before state: @@ -530,9 +530,6 @@ Examples - - - Return Values ------------- Common return values are documented `here `_, the following are the fields unique to this module: @@ -545,60 +542,60 @@ Common return values are documented `here Returned Description - - + +
after
list -
- + + when changed -
The configuration as structured data after module completion.
-
-
Sample:
-
The configuration returned will always be in the same format +
The configuration as structured data after module completion.
+
+
Sample:
+
The configuration returned will always be in the same format of the parameters above.
- + - - + +
before
list -
- +
+ always -
The configuration as structured data prior to module invocation.
-
-
Sample:
-
The configuration returned will always be in the same format +
The configuration as structured data prior to module invocation.
+
+
Sample:
+
The configuration returned will always be in the same format of the parameters above.
- + - - + +
commands
list -
- +
+ always -
The set of commands pushed to the remote device.
-
-
Sample:
-
['set service lldp legacy-protocols sonmp', "set service lldp management-address '192.0.2.14'"]
- +
The set of commands pushed to the remote device.
+
+
Sample:
+
['set service lldp legacy-protocols sonmp', "set service lldp management-address '192.0.2.14'"]
+ - +

@@ -610,5 +607,3 @@ Authors ~~~~~~~ - Rohit Thakur (@rohitthakur2590) - - -- cgit v1.2.3