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_l3_interfaces_module.rst | 399 ++++++++++++++------------- 1 file changed, 200 insertions(+), 199 deletions(-) (limited to 'docs/vyos.vyos.vyos_l3_interfaces_module.rst') diff --git a/docs/vyos.vyos.vyos_l3_interfaces_module.rst b/docs/vyos.vyos.vyos_l3_interfaces_module.rst index 106c90d3..38dd3e91 100644 --- a/docs/vyos.vyos.vyos_l3_interfaces_module.rst +++ b/docs/vyos.vyos.vyos_l3_interfaces_module.rst @@ -31,256 +31,263 @@ Parameters Parameter Choices/Defaults - Comments + Comments - - + +
config
list - / elements=dictionary
- - - - -
The provided L3 interfaces configuration.
- + / elements=dictionary + + + + + +
The provided L3 interfaces configuration.
+ - - - + + +
ipv4
list - / elements=dictionary
- - - - -
List of IPv4 addresses of the interface.
- + / elements=dictionary + + + + + +
List of IPv4 addresses of the interface.
+ - - - - + + + +
address
string -
- - - - -
IPv4 address of the interface.
- + + + + + +
IPv4 address of the interface.
+ - - - - + + + +
ipv6
list - / elements=dictionary
- - - - -
List of IPv6 addresses of the interface.
- + / elements=dictionary + + + + + +
List of IPv6 addresses of the interface.
+ - - - - + + + +
address
string -
- - - - -
IPv6 address of the interface.
- + + + + + +
IPv6 address of the interface.
+ - - - - + + + +
name
string - / required
- - - - -
Full name of the interface, e.g. eth0, eth1.
- + / required + + + + + +
Full name of the interface, e.g. eth0, eth1.
+ - - - + + +
vifs
list - / elements=dictionary
- - - - -
Virtual sub-interfaces L3 configurations.
- + / elements=dictionary + + + + + +
Virtual sub-interfaces L3 configurations.
+ - - - - + + + +
ipv4
list - / elements=dictionary
- - - - -
List of IPv4 addresses of the virtual interface.
- + / elements=dictionary + + + + + +
List of IPv4 addresses of the virtual interface.
+ - - - - - + + + + +
address
string -
- - - - -
IPv4 address of the virtual interface.
- + + + + + +
IPv4 address of the virtual interface.
+ - - - - - + + + + +
ipv6
list - / elements=dictionary
- - - - -
List of IPv6 addresses of the virtual interface.
- + / elements=dictionary + + + + + +
List of IPv6 addresses of the virtual interface.
+ - - - - - + + + + +
address
string -
- - - - -
IPv6 address of the virtual interface.
- + + + + + +
IPv6 address of the virtual interface.
+ - - - - - + + + + +
vlan_id
integer -
- - - - -
Identifier for the virtual sub-interface.
- + + + + + +
Identifier for the virtual sub-interface.
+ - - - - + + + +
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 -e eth[2,3].
-
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 -e eth[2,3].
+
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.
+ - +
@@ -298,7 +305,6 @@ Examples .. code-block:: yaml+jinja - # Using merged # # Before state: @@ -685,9 +691,6 @@ Examples - - - Return Values ------------- Common return values are documented `here `_, the following are the fields unique to this module: @@ -700,60 +703,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 interfaces ethernet eth1 192.0.2.14/2', 'set interfaces ethernet eth3 vif 101 address 198.51.100.130/25']
- +
The set of commands pushed to the remote device.
+
+
Sample:
+
['set interfaces ethernet eth1 192.0.2.14/2', 'set interfaces ethernet eth3 vif 101 address 198.51.100.130/25']
+ - +

@@ -766,5 +769,3 @@ Authors - Nilashish Chakraborty (@NilashishC) - Rohit Thakur (@rohitthakur2590) - - -- cgit v1.2.3