Class: Ansible::Ruby::Modules::Nxos_vrf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_vrf
- Defined in:
- lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb
Overview
This module provides declarative management of VRFs on CISCO NXOS network devices.
Instance Method Summary collapse
-
#admin_state ⇒ :up, ...
Administrative state of the VRF.
-
#aggregate ⇒ Array<Hash>, ...
List of VRFs definitions.
-
#associated_interfaces ⇒ Array<String>, ...
This is a intent option and checks the operational state of the for given vrf C(name) for associated interfaces.
-
#delay ⇒ Integer?
Time in seconds to wait before checking for the operational state on remote device.
-
#description ⇒ String?
Description of the VRF or keyword ‘default’.
-
#interfaces ⇒ Array<String>, ...
List of interfaces to check the VRF has been configured correctly or keyword ‘default’.
-
#name ⇒ String
Name of VRF to be managed.
-
#purge ⇒ :yes, ...
Purge VRFs not defined in the I(aggregate) parameter.
-
#rd ⇒ Object?
VPN Route Distinguisher (RD).
-
#state ⇒ :present, ...
Manages desired state of the resource.
-
#vni ⇒ Object?
Specify virtual network identifier.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#admin_state ⇒ :up, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 16 attribute :admin_state |
#aggregate ⇒ Array<Hash>, ...
34 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 34 attribute :aggregate |
#associated_interfaces ⇒ Array<String>, ...
30 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 30 attribute :associated_interfaces |
#delay ⇒ Integer?
50 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 50 attribute :delay |
#description ⇒ String?
46 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 46 attribute :description |
#interfaces ⇒ Array<String>, ...
26 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 26 attribute :interfaces |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 12 attribute :name |
#purge ⇒ :yes, ...
38 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 38 attribute :purge |
#rd ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 23 attribute :rd |
#state ⇒ :present, ...
42 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 42 attribute :state |
#vni ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrf.rb', line 20 attribute :vni |