Class: Ansible::Ruby::Modules::Ce_evpn_bgp

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

Overview

This module offers the ability to configure a BGP EVPN peer relationship on HUAWEI CloudEngine switches.

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

Returns Enable or disable a device to advertise IP routes imported to a VPN instance to its EVPN instance.

Returns:

  • (:enable, :disable, nil)

    Enable or disable a device to advertise IP routes imported to a VPN instance to its EVPN instance.



36
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 36

attribute :advertise_l2vpn_evpn

Returns Configures a device to advertise routes to its BGP EVPN peers.

Returns:

  • (:arp, :irb, nil)

    Configures a device to advertise routes to its BGP EVPN peers.



29
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 29

attribute :advertise_router_type

#as_numberObject?

Returns Specifies integral AS number. The value is an integer ranging from 1 to 4294967295.

Returns:

  • (Object, nil)

    Specifies integral AS number. The value is an integer ranging from 1 to 4294967295.



16
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 16

attribute :as_number

#bgp_instanceObject

Returns Name of a BGP instance. The value is a string of 1 to 31 case-sensitive characters, spaces not supported.

Returns:

  • (Object)

    Name of a BGP instance. The value is a string of 1 to 31 case-sensitive characters, spaces not supported.



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

attribute :bgp_instance

#peer_addressObject?

Returns Specifies the IPv4 address of a BGP EVPN peer. The value is in dotted decimal notation.

Returns:

  • (Object, nil)

    Specifies the IPv4 address of a BGP EVPN peer. The value is in dotted decimal notation.



19
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 19

attribute :peer_address

#peer_enable:true, ...

Returns Enable or disable a BGP device to exchange routes with a specified peer or peer group in the address family view.

Returns:

  • (:true, :false, nil)

    Enable or disable a BGP device to exchange routes with a specified peer or peer group in the address family view.



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

attribute :peer_enable

#peer_group_nameObject?

Returns Specify the name of a peer group that BGP peers need to join. The value is a string of 1 to 47 case-sensitive characters, spaces not supported.

Returns:

  • (Object, nil)

    Specify the name of a peer group that BGP peers need to join. The value is a string of 1 to 47 case-sensitive characters, spaces not supported.



22
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 22

attribute :peer_group_name

#state:present, ...

Returns Manage the state of the resource.

Returns:

  • (:present, :absent, nil)

    Manage the state of the resource.



40
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 40

attribute :state

#vpn_nameObject?

Returns Associates a specified VPN instance with the IPv4 address family. The value is a string of 1 to 31 case-sensitive characters, spaces not supported.

Returns:

  • (Object, nil)

    Associates a specified VPN instance with the IPv4 address family. The value is a string of 1 to 31 case-sensitive characters, spaces not supported.



33
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 33

attribute :vpn_name