Use module references

pull/65769/head
Dag Wieers 5 years ago committed by ansibot
parent b121065d28
commit 6abf59cac8

@ -38,7 +38,7 @@ options:
leaf_port_blk: leaf_port_blk:
description: description:
- B(Deprecated) - 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_module.html). - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead.
- The parameter will be removed in Ansible 2.12. - The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE - 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.
@ -48,7 +48,7 @@ options:
leaf_port_blk_description: leaf_port_blk_description:
description: description:
- B(Deprecated) - 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_module.html). - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead.
- The parameter will be removed in Ansible 2.12. - The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE - HORIZONTALLINE
- The description to assign to the C(leaf_port_blk) - The description to assign to the C(leaf_port_blk)
@ -56,7 +56,7 @@ options:
from_port: from_port:
description: description:
- B(Deprecated) - 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_module.html). - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead.
- The parameter will be removed in Ansible 2.12. - The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE - 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.
@ -66,7 +66,7 @@ options:
to_port: to_port:
description: description:
- B(Deprecated) - 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_module.html). - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead.
- The parameter will be removed in Ansible 2.12. - The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE - 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.
@ -76,7 +76,7 @@ options:
from_card: from_card:
description: description:
- B(Deprecated) - 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_module.html). - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead.
- The parameter will be removed in Ansible 2.12. - The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE - 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.
@ -86,7 +86,7 @@ options:
to_card: to_card:
description: description:
- B(Deprecated) - 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_module.html). - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead.
- The parameter will be removed in Ansible 2.12. - The parameter will be removed in Ansible 2.12.
- HORIZONTALLINE - 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.
@ -114,6 +114,7 @@ options:
default: present default: present
extends_documentation_fragment: aci extends_documentation_fragment: aci
seealso: seealso:
- module: aci_access_port_block_to_access_port
- name: APIC Management Information Model reference - name: APIC Management Information Model reference
description: More information about the internal APIC classes B(infra:HPortS), B(infra:RsAccBaseGrp) and B(infra:PortBlk). description: More information about the internal APIC classes B(infra:HPortS), B(infra:RsAccBaseGrp) and B(infra:PortBlk).
link: https://developer.cisco.com/docs/apic-mim-ref/ link: https://developer.cisco.com/docs/apic-mim-ref/

Loading…
Cancel
Save