Class: Ansible::Ruby::Modules::Nxos_evpn_vni
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_evpn_vni
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_evpn_vni.rb
Overview
Manages Cisco Ethernet Virtual Private Network (EVPN) VXLAN Network Identifier (VNI) configurations of a Nexus device.
Instance Method Summary collapse
-
#route_distinguisher ⇒ String
The VPN Route Distinguisher (RD).
-
#route_target_both ⇒ String?
Enables/Disables route-target settings for both import and export target communities using a single property.
-
#route_target_export ⇒ String?
Sets the route-target ‘export’ extended communities.
-
#route_target_import ⇒ Array<String>, ...
Sets the route-target ‘import’ extended communities.
-
#state ⇒ :present, ...
Determines whether the config should be present or not on the device.
-
#vni ⇒ Integer
The EVPN VXLAN Network Identifier.
Methods inherited from Base
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
#route_distinguisher ⇒ String
Returns The VPN Route Distinguisher (RD). The RD is combined with the IPv4 or IPv6 prefix learned by the PE router to create a globally unique address.
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_evpn_vni.rb', line 16 attribute :route_distinguisher |
#route_target_both ⇒ String?
Returns Enables/Disables route-target settings for both import and export target communities using a single property.
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_evpn_vni.rb', line 20 attribute :route_target_both |
#route_target_export ⇒ String?
Returns Sets the route-target ‘export’ extended communities.
28 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_evpn_vni.rb', line 28 attribute :route_target_export |
#route_target_import ⇒ Array<String>, ...
Returns Sets the route-target ‘import’ extended communities.
24 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_evpn_vni.rb', line 24 attribute :route_target_import |
#state ⇒ :present, ...
Returns Determines whether the config should be present or not on the device.
32 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_evpn_vni.rb', line 32 attribute :state |
#vni ⇒ Integer
Returns The EVPN VXLAN Network Identifier.
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_evpn_vni.rb', line 12 attribute :vni |