Class: Ansible::Ruby::Modules::Ce_vxlan_global
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_vxlan_global
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb
Overview
Manages global attributes of VXLAN and bridge domain on HUAWEI CloudEngine devices.
Instance Method Summary collapse
-
#bridge_domain_id ⇒ Object?
Specifies a bridge domain ID.
-
#nvo3_acl_extend ⇒ :enable, ...
Enabling or disabling the VXLAN ACL extension function.
-
#nvo3_ecmp_hash ⇒ :enable, ...
Load balancing of VXLAN packets through ECMP in optimized mode.
-
#nvo3_eth_trunk_hash ⇒ :enable, ...
Eth-Trunk from load balancing VXLAN packets in optimized mode.
-
#nvo3_gw_enhanced ⇒ :l2, ...
Configuring the Layer 3 VXLAN Gateway to Work in Non-loopback Mode.
-
#nvo3_prevent_loops ⇒ :enable, ...
Loop prevention of VXLAN traffic in non-enhanced mode.
-
#nvo3_service_extend ⇒ :enable, ...
Enabling or disabling the VXLAN service extension function.
-
#state ⇒ :present, ...
Determines whether the config should be present or not on the device.
-
#tunnel_mode_vxlan ⇒ :enable, ...
Set the tunnel mode to VXLAN when configuring the VXLAN feature.
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
#bridge_domain_id ⇒ Object?
Returns 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_global.rb', line 12 attribute :bridge_domain_id |
#nvo3_acl_extend ⇒ :enable, ...
Returns Enabling or disabling the VXLAN ACL extension function.
23 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 23 attribute :nvo3_acl_extend |
#nvo3_ecmp_hash ⇒ :enable, ...
Returns Load balancing of VXLAN packets through ECMP in optimized mode.
39 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 39 attribute :nvo3_ecmp_hash |
#nvo3_eth_trunk_hash ⇒ :enable, ...
Returns Eth-Trunk from load balancing VXLAN packets in optimized mode.
35 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 35 attribute :nvo3_eth_trunk_hash |
#nvo3_gw_enhanced ⇒ :l2, ...
Returns Configuring the Layer 3 VXLAN Gateway to Work in Non-loopback Mode.
27 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 27 attribute :nvo3_gw_enhanced |
#nvo3_prevent_loops ⇒ :enable, ...
Returns Loop prevention of VXLAN traffic in non-enhanced mode. When the device works in non-enhanced mode, inter-card forwarding of VXLAN traffic may result in loops.
19 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 19 attribute :nvo3_prevent_loops |
#nvo3_service_extend ⇒ :enable, ...
Returns Enabling or disabling the VXLAN service extension function.
31 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 31 attribute :nvo3_service_extend |
#state ⇒ :present, ...
Returns Determines whether the config should be present or not on the device.
43 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 43 attribute :state |
#tunnel_mode_vxlan ⇒ :enable, ...
Returns Set the tunnel mode to VXLAN when configuring the VXLAN feature.
15 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_global.rb', line 15 attribute :tunnel_mode_vxlan |