Class: Ansible::Ruby::Modules::Ce_vxlan_tunnel

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

Overview

This module offers the ability to set the VNI and mapped to the BD, and configure an ingress replication list 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_tunnel.rb', line 12

attribute :bridge_domain_id

#nve_mode:"mode-l2", ...

Returns Specifies the working mode of an NVE interface.

Returns:

  • (:"mode-l2", :"mode-l3", nil)

    Specifies the working mode of an NVE interface.



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

attribute :nve_mode

#nve_nameObject?

Returns Specifies the number of an NVE interface. The value ranges from 1 to 2.

Returns:

  • (Object, nil)

    Specifies the number of an NVE interface. The value ranges from 1 to 2.



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

attribute :nve_name

#peer_list_ipObject?

Returns Specifies the IP address of a remote VXLAN tunnel endpoints (VTEP). The value is in dotted decimal notation.

Returns:

  • (Object, nil)

    Specifies the IP address of a remote VXLAN tunnel endpoints (VTEP). The value is in dotted decimal notation.



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

attribute :peer_list_ip

#protocol_type:bgp, ...

Returns The operation type of routing protocol.

Returns:

  • (:bgp, :null, nil)

    The operation type of routing protocol.



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

attribute :protocol_type

#source_ipObject?

Returns Specifies an IP address for a source VTEP. The value is in dotted decimal notation.

Returns:

  • (Object, nil)

    Specifies an IP address for a source VTEP. The value is in dotted decimal notation.



32
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_tunnel.rb', line 32

attribute :source_ip

#state:present, ...

Returns Manage the state of the resource.

Returns:

  • (:present, :absent, nil)

    Manage the state of the resource.



35
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_vxlan_tunnel.rb', line 35

attribute :state

#vni_idObject?

Returns Specifies a VXLAN network identifier (VNI) ID. The value is an integer ranging from 1 to 16000000.

Returns:

  • (Object, nil)

    Specifies a VXLAN network identifier (VNI) ID. The value is an integer ranging from 1 to 16000000.



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

attribute :vni_id