Class: Ansible::Ruby::Modules::Ce_vxlan_vap
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_vxlan_vap
- 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
-
#bind_vlan_id ⇒ Object?
Specifies the VLAN binding to a BD(Bridge Domain).
-
#bridge_domain_id ⇒ Object?
Specifies a bridge domain ID.
-
#ce_vid ⇒ Object?
When I(encapsulation) is ‘dot1q’, specifies a VLAN ID in the outer VLAN tag.
-
#encapsulation ⇒ :dot1q, ...
Specifies an encapsulation type of packets allowed to pass through a Layer 2 sub-interface.
-
#l2_sub_interface ⇒ Object?
Specifies an Sub-Interface full name, i.e.
-
#pe_vid ⇒ Object?
When I(encapsulation) is ‘qinq’, specifies an inner VLAN ID for double-tagged packets to be received by a Layer 2 sub-interface.
-
#state ⇒ :present, ...
Determines whether the config should be present or not on the device.
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
#bind_vlan_id ⇒ Object?
15 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 15 attribute :bind_vlan_id |
#bridge_domain_id ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 12 attribute :bridge_domain_id |
#ce_vid ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 25 attribute :ce_vid |
#encapsulation ⇒ :dot1q, ...
21 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 21 attribute :encapsulation |
#l2_sub_interface ⇒ Object?
18 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 18 attribute :l2_sub_interface |
#pe_vid ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 28 attribute :pe_vid |
#state ⇒ :present, ...
31 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_vap.rb', line 31 attribute :state |