Doc notes 4 (#64349)

* addd

* all  update

* add/update notes.
pull/64348/merge
Xu Yuandong 5 years ago committed by ansibot
parent 705c014ec3
commit 703f7a149a

@ -32,11 +32,12 @@ description:
- Manages Eth-Trunk specific configuration parameters on HUAWEI CloudEngine switches. - Manages Eth-Trunk specific configuration parameters on HUAWEI CloudEngine switches.
author: xuxiaowei0512 (@CloudEngine-Ansible) author: xuxiaowei0512 (@CloudEngine-Ansible)
notes: notes:
- C(state=absent) removes the Eth-Trunk config and interface if it - C(state=absent) removes the Eth-Trunk config and interface if italready exists.
already exists. If members to be removed are not explicitly - If members to be removed are not explicitly passed, all existing members (if any), are removed, and Eth-Trunk removed.
passed, all existing members (if any), are removed,
and Eth-Trunk removed.
- Members must be a list. - Members must be a list.
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
trunk_id: trunk_id:
description: description:

@ -52,6 +52,9 @@ notes:
- Outbound rate(byte/sec) shows the rate at which an interface sends bytes within an interval. - Outbound rate(byte/sec) shows the rate at which an interface sends bytes within an interval.
- Outbound rate(pkts/sec) shows the rate at which an interface sends packets within an interval. - Outbound rate(pkts/sec) shows the rate at which an interface sends packets within an interval.
- Speed shows the rate for an Ethernet interface. - Speed shows the rate for an Ethernet interface.
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
interface: interface:
description: description:

@ -23,6 +23,10 @@ description:
- Manages LLDP configuration on HUAWEI CloudEngine switches. - Manages LLDP configuration on HUAWEI CloudEngine switches.
author: author:
- xuxiaowei0512 (@CloudEngine-Ansible) - xuxiaowei0512 (@CloudEngine-Ansible)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
lldpenable: lldpenable:
description: description:

@ -30,8 +30,12 @@ module: ce_lldp_interface
version_added: "2.10" version_added: "2.10"
short_description: Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches. short_description: Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches.
description: description:
- Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches. - Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches.
author: xuxiaowei0512 (@CloudEngine-Ansible) author: xuxiaowei0512 (@CloudEngine-Ansible)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
lldpenable: lldpenable:
description: description:

@ -29,6 +29,10 @@ description:
- Manages MLAG configuration on HUAWEI CloudEngine switches. - Manages MLAG configuration on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@QijunPan) - Li Yanfeng (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
dfs_group_id: dfs_group_id:
description: description:

@ -29,6 +29,10 @@ description:
- Manages MLAG interface attributes on HUAWEI CloudEngine switches. - Manages MLAG interface attributes on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@QijunPan) - Li Yanfeng (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
eth_trunk_id: eth_trunk_id:
description: description:

@ -31,6 +31,8 @@ author: QijunPan (@QijunPan)
notes: notes:
- Either C(sysmtu) param is required or C(interface) AND C(mtu) params are req'd. - Either C(sysmtu) param is required or C(interface) AND C(mtu) params are req'd.
- C(state=absent) unconfigures a given MTU if that value is currently present. - C(state=absent) unconfigures a given MTU if that value is currently present.
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
interface: interface:
description: description:

@ -29,6 +29,10 @@ description:
- Sends an arbitrary netconf command on HUAWEI CloudEngine switches. - Sends an arbitrary netconf command on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
rpc: rpc:
description: description:

@ -27,6 +27,9 @@ short_description: Manages timeout mode of NetStream on HUAWEI CloudEngine switc
description: description:
- Manages timeout mode of NetStream on HUAWEI CloudEngine switches. - Manages timeout mode of NetStream on HUAWEI CloudEngine switches.
author: YangYang (@QijunPan) author: YangYang (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
timeout_interval: timeout_interval:
description: description:

@ -29,6 +29,8 @@ description:
- Configure NetStream flow statistics exporting and versions for exported packets on HUAWEI CloudEngine switches. - Configure NetStream flow statistics exporting and versions for exported packets on HUAWEI CloudEngine switches.
author: Zhijin Zhou (@QijunPan) author: Zhijin Zhou (@QijunPan)
notes: notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
type: type:
description: description:

Loading…
Cancel
Save