Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.2 KB

cisco.nxos.nxos_vtp_domain.rst

File metadata and controls

68 lines (49 loc) · 2.2 KB

NxosVtpDomain()

100

  • NxosVtpDomain() generates Ansible Playbook tasks conformant with cisco.nxos.nxos_vtp_domain
  • These can then be passed to Playbook().add_task()

Method Description
commit()

Perform final verification and commit the current task:

- Type: function()
- Alias: update()
- Example:
    See ScriptKit Example above

Property Description
domain

VTP domain name:

- Type: str()
- Examples:
    task.domain = 'domain1'
- Required
task_name

Name of the task. Ansible will display this when the playbook is run:

- Type: str()
- Examples:
    - task.task_name = 'my task'

Authors

  • Allen Robel (@PacketCalc)