Class: Ansible::Ruby::Modules::Junos_vlan
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_vlan
- Defined in:
- lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb
Overview
This module provides declarative management of VLANs on Juniper JUNOS network devices.
Instance Method Summary collapse
-
#active ⇒ Boolean?
Specifies whether or not the configuration is active or deactivated.
-
#aggregate ⇒ Array<Hash>, ...
List of VLANs definitions.
-
#description ⇒ Object?
Text description of VLANs.
-
#interfaces ⇒ Object?
List of interfaces to check the VLAN has been configured correctly.
-
#l3_interface ⇒ Object?
Name of logical layer 3 interface.
-
#name ⇒ String
Name of the VLAN.
-
#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
#active ⇒ Boolean?
Returns Specifies whether or not the configuration is active or deactivated.
37 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 37 attribute :active |
#aggregate ⇒ Array<Hash>, ...
Returns List of VLANs definitions.
29 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 29 attribute :aggregate |
#description ⇒ Object?
Returns Text description of VLANs.
23 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 23 attribute :description |
#interfaces ⇒ Object?
Returns List of interfaces to check the VLAN has been configured correctly.
26 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 26 attribute :interfaces |
#l3_interface ⇒ Object?
Returns Name of logical layer 3 interface.
20 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 20 attribute :l3_interface |
#name ⇒ String
Returns Name of the VLAN.
12 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 12 attribute :name |
#state ⇒ :present, ...
Returns State of the VLAN configuration.
33 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 33 attribute :state |
#vlan_id ⇒ Integer
Returns ID of the VLAN. Range 1-4094.
16 |
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_vlan.rb', line 16 attribute :vlan_id |