Class: Ansible::Ruby::Modules::Nxos_vxlan_vtep

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb

Overview

Manages VXLAN Network Virtualization Endpoint (NVE) overlay interface that terminates VXLAN tunnels.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#descriptionString?

Returns Description of the NVE interface.

Returns:

  • (String, nil)

    Description of the NVE interface.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb', line 16

attribute :description

#host_reachabilitySymbol?

Returns Specify mechanism for host reachability advertisement.

Returns:

  • (Symbol, nil)

    Specify mechanism for host reachability advertisement.



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb', line 20

attribute :host_reachability

#interfaceString

Returns Interface name for the VXLAN Network Virtualization Endpoint.

Returns:

  • (String)

    Interface name for the VXLAN Network Virtualization Endpoint.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb', line 12

attribute :interface

#shutdownSymbol?

Returns Administratively shutdown the NVE interface.

Returns:

  • (Symbol, nil)

    Administratively shutdown the NVE interface.



24
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb', line 24

attribute :shutdown

#source_interfaceString?

Returns Specify the loopback interface whose IP address should be used for the NVE interface.

Returns:

  • (String, nil)

    Specify the loopback interface whose IP address should be used for the NVE interface.



28
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb', line 28

attribute :source_interface

#source_interface_hold_down_timeInteger?

Returns Suppresses advertisement of the NVE loopback address until the overlay has converged.

Returns:

  • (Integer, nil)

    Suppresses advertisement of the NVE loopback address until the overlay has converged.



32
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb', line 32

attribute :source_interface_hold_down_time

#state:present, ...

Returns Determines whether the config should be present or not on the device.

Returns:

  • (:present, :absent, nil)

    Determines whether the config should be present or not on the device.



36
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vxlan_vtep.rb', line 36

attribute :state