ACI: Add missing documentation_fragments (#34955)
parent
2a6156a9d8
commit
6351eff74e
|
@ -67,6 +67,7 @@ options:
|
|||
- Use C(query) for listing an object or multiple objects.
|
||||
choices: [ absent, present, query ]
|
||||
default: present
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
@ -49,6 +49,7 @@ options:
|
|||
description:
|
||||
- The VM platform for VMM Domains.
|
||||
choices: [ microsoft, openstack, vmware ]
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r''' # '''
|
||||
|
|
|
@ -136,6 +136,7 @@ options:
|
|||
description:
|
||||
- The name of the VRF.
|
||||
aliases: [ vrf_name ]
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
@ -98,6 +98,7 @@ options:
|
|||
description:
|
||||
- The name of the Tenant.
|
||||
aliases: [ tenant_name ]
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
@ -42,6 +42,7 @@ options:
|
|||
- Use C(query) for listing an object or multiple objects.
|
||||
choices: [ absent, present, query ]
|
||||
default: present
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r''' # '''
|
||||
|
|
|
@ -59,6 +59,7 @@ options:
|
|||
description:
|
||||
- The VM platform for VMM Domains.
|
||||
choices: [ microsoft, openstack, redhat, vmware ]
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r''' # '''
|
||||
|
|
|
@ -54,6 +54,7 @@ options:
|
|||
description:
|
||||
- The VM platform for VMM Domains.
|
||||
choices: [ microsoft, openstack, redhat, vmware ]
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
- Use C(query) for listing an object or multiple objects.
|
||||
choices: [ absent, present, query ]
|
||||
default: present
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
@ -41,6 +41,7 @@ options:
|
|||
- Use C(query) for listing an object or multiple objects.
|
||||
choices: [ absent, present, query ]
|
||||
default: present
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
@ -49,6 +49,7 @@ options:
|
|||
- Use C(query) for listing an object or multiple objects.
|
||||
choices: [ absent, present, query ]
|
||||
default: present
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
# FIXME: Add more, better examples
|
||||
|
|
|
@ -62,6 +62,7 @@ options:
|
|||
- Use C(query) for listing an object or multiple objects.
|
||||
choices: [ absent, present, query ]
|
||||
default: present
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Reference in New Issue