Class: Ansible::Ruby::Modules::Nxos_vrf_af

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

Overview

Manages VRF AF

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

#afi:ipv4, :ipv6

Returns Address-Family Identifier (AFI).

Returns:

  • (:ipv4, :ipv6)

    Address-Family Identifier (AFI).



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

attribute :afi

#route_target_both_auto_evpnSymbol?

Returns Enable/Disable the EVPN route-target ‘auto’ setting for both import and export target communities.

Returns:

  • (Symbol, nil)

    Enable/Disable the EVPN route-target ‘auto’ setting for both import and export target communities.



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

attribute :route_target_both_auto_evpn

#safi:unicast, :multicast

Returns Sub Address-Family Identifier (SAFI).,Deprecated in 2.4.

Returns:

  • (:unicast, :multicast)

    Sub Address-Family Identifier (SAFI).,Deprecated in 2.4



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

attribute :safi

#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.



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

attribute :state

#vrfString

Returns Name of the VRF.

Returns:

  • (String)

    Name of the VRF.



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

attribute :vrf