Class: Ansible::Ruby::Modules::Eos_vlan
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Eos_vlan
- Defined in:
- lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb
Overview
This module provides declarative management of VLANs on Arista EOS network devices.
Instance Method Summary collapse
-
#aggregate ⇒ Array<Hash>, ...
List of VLANs definitions.
-
#associated_interfaces ⇒ Array<String>, ...
This is a intent option and checks the operational state of the for given vlan C(name) for associated interfaces.
-
#delay ⇒ Integer?
Delay the play should wait to check for declarative intent params values.
-
#interfaces ⇒ Array<String>, ...
List of interfaces that should be associated to the VLAN.
-
#name ⇒ String?
Name of the VLAN.
-
#purge ⇒ Boolean?
Purge VLANs not defined in the I(aggregate) parameter.
-
#state ⇒ :present, ...
State of the VLAN configuration.
-
#vlan_id ⇒ Integer
ID of the VLAN.
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
#aggregate ⇒ Array<Hash>, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 32 attribute :aggregate |
#associated_interfaces ⇒ Array<String>, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 24 attribute :associated_interfaces |
#delay ⇒ Integer?
28 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 28 attribute :delay |
#interfaces ⇒ Array<String>, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 20 attribute :interfaces |
#name ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 12 attribute :name |
#purge ⇒ Boolean?
36 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 36 attribute :purge |
#state ⇒ :present, ...
40 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 40 attribute :state |
#vlan_id ⇒ Integer
16 |
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_vlan.rb', line 16 attribute :vlan_id |