Class: Ansible::Ruby::Modules::Slxos_vlan

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#aggregateObject?

Returns List of VLANs definitions.

Returns:

  • (Object, nil)

    List of VLANs definitions.



28
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 28

attribute :aggregate

#delayInteger?

Returns Delay the play should wait to check for declarative intent params values.

Returns:

  • (Integer, nil)

    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

#interfacesArray<String>, String

Returns List of interfaces that should be associated to the VLAN.

Returns:

  • (Array<String>, String)

    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

#nameString?

Returns Name of the VLAN.

Returns:

  • (String, nil)

    Name of the VLAN.



12
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 12

attribute :name

#purgeSymbol?

Returns Purge VLANs not defined in the I(aggregate) parameter.

Returns:

  • (Symbol, nil)

    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.

Returns:

  • (:present, :absent, nil)

    State of the VLAN configuration.



35
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 35

attribute :state

#vlan_idInteger

Returns ID of the VLAN. Range 1-4094.

Returns:

  • (Integer)

    ID of the VLAN. Range 1-4094.



16
# File 'lib/ansible/ruby/modules/generated/network/slxos/slxos_vlan.rb', line 16

attribute :vlan_id