Class: Ansible::Ruby::Modules::Onyx_vlan
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Onyx_vlan
- Defined in:
- lib/ansible/ruby/modules/generated/network/onyx/onyx_vlan.rb
Overview
This module provides declarative management of VLANs on Mellanox ONYX network devices.
Instance Method Summary collapse
-
#aggregate ⇒ Object?
List of VLANs definitions.
-
#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 ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_vlan.rb', line 20 attribute :aggregate |
#name ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_vlan.rb', line 12 attribute :name |
#purge ⇒ Boolean?
23 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_vlan.rb', line 23 attribute :purge |
#state ⇒ :present, ...
27 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_vlan.rb', line 27 attribute :state |
#vlan_id ⇒ Integer?
16 |
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_vlan.rb', line 16 attribute :vlan_id |