Class: Ansible::Ruby::Modules::Ce_vxlan_global

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

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

#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_global.rb', line 12

attribute :bridge_domain_id

#nvo3_acl_extend:enable, ...

Returns Enabling or disabling the VXLAN ACL extension function.

Returns:

  • (:enable, :disable, nil)

    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.

Returns:

  • (:enable, :disable, nil)

    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.

Returns:

  • (:enable, :disable, nil)

    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.

Returns:

  • (:l2, :l3, nil)

    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.

Returns:

  • (:enable, :disable, nil)

    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.

Returns:

  • (:enable, :disable, nil)

    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.

Returns:

  • (:present, :absent, nil)

    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.

Returns:

  • (:enable, :disable, nil)

    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