Update Documentation mso_schema_template_bd.py (#58020)
* Update mso_schema_template_bd.py
This commit is contained in:
parent
1b7ef47776
commit
b86c7759c5
1 changed files with 9 additions and 1 deletions
|
@ -42,8 +42,14 @@ options:
|
|||
type: str
|
||||
vrf:
|
||||
description:
|
||||
- The VRF associated to this BD.
|
||||
- The VRF associated to this BD. This is required only when creating a new BD.
|
||||
type: dict
|
||||
suboptions:
|
||||
name:
|
||||
description:
|
||||
- The name of the VRF to associate with.
|
||||
required: true
|
||||
type: str
|
||||
subnets:
|
||||
description:
|
||||
- The subnets associated to this BD.
|
||||
|
@ -111,6 +117,8 @@ EXAMPLES = r'''
|
|||
schema: Schema 1
|
||||
template: Template 1
|
||||
bd: BD 1
|
||||
vrf:
|
||||
name: VRF1
|
||||
state: present
|
||||
delegate_to: localhost
|
||||
|
||||
|
|
Loading…
Reference in a new issue