Class: Ansible::Ruby::Modules::Slxos_vlan
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Slxos_vlan
- Defined in:
- lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb
Overview
This module provides declarative management of VLANs on Extreme SLX-OS network devices.
Instance Method Summary collapse
-
#aggregate ⇒ Object?
List of VLANs definitions.
-
#delay ⇒ Integer?
Delay the play should wait to check for declarative intent params values.
-
#interfaces ⇒ Array<String>, String
List of interfaces that should be associated to the VLAN.
-
#name ⇒ String?
Name of the VLAN.
-
#purge ⇒ Symbol?
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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#aggregate ⇒ Object?
Returns List of VLANs definitions.
28 |
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 28 attribute :aggregate |
#delay ⇒ Integer?
Returns Delay the play should wait to check for declarative intent params values.
24 |
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 24 attribute :delay |
#interfaces ⇒ Array<String>, String
Returns List of interfaces that should be associated to the VLAN.
20 |
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 20 attribute :interfaces |
#name ⇒ String?
Returns Name of the VLAN.
12 |
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 12 attribute :name |
#purge ⇒ Symbol?
Returns Purge VLANs not defined in the I(aggregate) parameter.
31 |
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 31 attribute :purge |
#state ⇒ :present, ...
Returns State of the VLAN configuration.
35 |
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 35 attribute :state |
#vlan_id ⇒ Integer
Returns ID of the VLAN. Range 1-4094.
16 |
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 16 attribute :vlan_id |