Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.63 KB

cisco.nxos.nxos_snmp_location.rst

File metadata and controls

57 lines (42 loc) · 1.63 KB

NxosSnmpLocation()

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

Property Description
location

Location information:

- Type: str()
- Example:
    task.location = 'Row: 7, Rack: 10'
- Required
state

Manage the state of the resource:

- Type: str()
- Value values:
    - absent
    - present
- Example:
    - task.state = 'present'
task_name

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

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

Authors

  • Allen Robel (@PacketCalc)