changed documentation strings

pull/46147/head
Metzger, Simon 6 years ago committed by Dag Wieers
parent 4d7cd4bea7
commit cdd66295f2

@ -255,8 +255,8 @@ def main():
leaf_port_blk=dict(type='str', aliases=['leaf_port_blk_name']), # Not required for querying all objects leaf_port_blk=dict(type='str', aliases=['leaf_port_blk_name']), # Not required for querying all objects
from_port=dict(type='str', aliases=['from', 'fromPort', 'from_port_range']), # Not required for querying all objects and deleting port blocks from_port=dict(type='str', aliases=['from', 'fromPort', 'from_port_range']), # Not required for querying all objects and deleting port blocks
to_port=dict(type='str', aliases=['to', 'toPort', 'to_port_range']), # Not required for querying all objects and deleting port blocks to_port=dict(type='str', aliases=['to', 'toPort', 'to_port_range']), # Not required for querying all objects and deleting port blocks
from_card=dict(type='str', aliases=['from_card_range']), # Not required for querying all objects and deleting port blocks from_card=dict(type='str', aliases=['from_card_range']),
to_card=dict(type='str', aliases=['to_card_range']), # Not required for querying all objects and deleting port blocks to_card=dict(type='str', aliases=['to_card_range']),
state=dict(type='str', default='present', choices=['absent', 'present', 'query']), state=dict(type='str', default='present', choices=['absent', 'present', 'query']),
) )

@ -39,29 +39,53 @@ options:
- The description to assign to the C(access_port_selector) - The description to assign to the C(access_port_selector)
leaf_port_blk: leaf_port_blk:
description: description:
- B(Deprecated)
- Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port.html).
- The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE
- The name of the Fabric access policy leaf interface profile access port block. - The name of the Fabric access policy leaf interface profile access port block.
required: yes required: yes
aliases: [ leaf_port_blk_name ] aliases: [ leaf_port_blk_name ]
leaf_port_blk_description: leaf_port_blk_description:
description: description:
- B(Deprecated)
- Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port.html).
- The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE
- The description to assign to the C(leaf_port_blk) - The description to assign to the C(leaf_port_blk)
from_port: from_port:
description: description:
- B(Deprecated)
- Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port.html).
- The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE
- The beginning (from-range) of the port range block for the leaf access port block. - The beginning (from-range) of the port range block for the leaf access port block.
aliases: [ from, fromPort, from_port_range ] aliases: [ from, fromPort, from_port_range ]
required: yes required: yes
to_port: to_port:
description: description:
- B(Deprecated)
- Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port.html).
- The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE
- The end (to-range) of the port range block for the leaf access port block. - The end (to-range) of the port range block for the leaf access port block.
aliases: [ to, toPort, to_port_range ] aliases: [ to, toPort, to_port_range ]
required: yes required: yes
from_card: from_card:
description: description:
- B(Deprecated)
- Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port.html).
- The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE
- The beginning (from-range) of the card range block for the leaf access port block. - The beginning (from-range) of the card range block for the leaf access port block.
aliases: [ from_card_range ] aliases: [ from_card_range ]
version_added: '2.6' version_added: '2.6'
to_card: to_card:
description: description:
- B(Deprecated)
- Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port.html).
- The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE
- The end (to-range) of the card range block for the leaf access port block. - The end (to-range) of the card range block for the leaf access port block.
aliases: [ to_card_range ] aliases: [ to_card_range ]
version_added: '2.6' version_added: '2.6'

Loading…
Cancel
Save