Class: Ansible::Ruby::Modules::Ce_vxlan_vap

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb

Overview

Manages VXLAN Virtual access point on HUAWEI CloudEngine 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#bind_vlan_idObject?

Returns Specifies the VLAN binding to a BD(Bridge Domain). The value is an integer ranging ranging from 1 to 4094.

Returns:

  • (Object, nil)

    Specifies the VLAN binding to a BD(Bridge Domain). The value is an integer ranging ranging from 1 to 4094.



15
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 15

attribute :bind_vlan_id

#bridge_domain_idObject?

Returns Specifies a bridge domain ID. The value is an integer ranging from 1 to 16777215.

Returns:

  • (Object, nil)

    Specifies a bridge domain ID. The value is an integer ranging from 1 to 16777215.



12
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 12

attribute :bridge_domain_id

#ce_vidObject?

Returns When I(encapsulation) is ‘dot1q’, specifies a VLAN ID in the outer VLAN tag. When I(encapsulation) is ‘qinq’, specifies an outer VLAN ID for double-tagged packets to be received by a Layer 2 sub-interface. The value is an integer ranging from 1 to 4094.

Returns:

  • (Object, nil)

    When I(encapsulation) is ‘dot1q’, specifies a VLAN ID in the outer VLAN tag. When I(encapsulation) is ‘qinq’, specifies an outer VLAN ID for double-tagged packets to be received by a Layer 2 sub-interface. The value is an integer ranging from 1 to 4094.



25
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 25

attribute :ce_vid

#encapsulation:dot1q, ...

Returns Specifies an encapsulation type of packets allowed to pass through a Layer 2 sub-interface.

Returns:

  • (:dot1q, :default, :untag, :qinq, :none, nil)

    Specifies an encapsulation type of packets allowed to pass through a Layer 2 sub-interface.



21
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 21

attribute :encapsulation

#l2_sub_interfaceObject?

Returns Specifies an Sub-Interface full name, i.e. “10GE1/0/41.1”. The value is a string of 1 to 63 case-insensitive characters, spaces supported.

Returns:

  • (Object, nil)

    Specifies an Sub-Interface full name, i.e. “10GE1/0/41.1”. The value is a string of 1 to 63 case-insensitive characters, spaces supported.



18
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 18

attribute :l2_sub_interface

#pe_vidObject?

Returns When I(encapsulation) is ‘qinq’, specifies an inner VLAN ID for double-tagged packets to be received by a Layer 2 sub-interface. The value is an integer ranging from 1 to 4094.

Returns:

  • (Object, nil)

    When I(encapsulation) is ‘qinq’, specifies an inner VLAN ID for double-tagged packets to be received by a Layer 2 sub-interface. The value is an integer ranging from 1 to 4094.



28
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 28

attribute :pe_vid

#state:present, ...

Returns Determines whether the config should be present or not on the device.

Returns:

  • (:present, :absent, nil)

    Determines whether the config should be present or not on the device.



31
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 31

attribute :state