Class: Ansible::Ruby::Modules::Ce_evpn_bgp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_evpn_bgp
- 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
-
#advertise_l2vpn_evpn ⇒ :enable, ...
Enable or disable a device to advertise IP routes imported to a VPN instance to its EVPN instance.
-
#advertise_router_type ⇒ :arp, ...
Configures a device to advertise routes to its BGP EVPN peers.
-
#as_number ⇒ Object?
Specifies integral AS number.
-
#bgp_instance ⇒ Object
Name of a BGP instance.
-
#peer_address ⇒ Object?
Specifies the IPv4 address of a BGP EVPN peer.
-
#peer_enable ⇒ :true, ...
Enable or disable a BGP device to exchange routes with a specified peer or peer group in the address family view.
-
#peer_group_name ⇒ Object?
Specify the name of a peer group that BGP peers need to join.
-
#state ⇒ :present, ...
Manage the state of the resource.
-
#vpn_name ⇒ Object?
Associates a specified VPN instance with the IPv4 address family.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#advertise_l2vpn_evpn ⇒ :enable, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 36 attribute :advertise_l2vpn_evpn |
#advertise_router_type ⇒ :arp, ...
29 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 29 attribute :advertise_router_type |
#as_number ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 16 attribute :as_number |
#bgp_instance ⇒ Object
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 12 attribute :bgp_instance |
#peer_address ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 19 attribute :peer_address |
#peer_enable ⇒ :true, ...
25 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 25 attribute :peer_enable |
#peer_group_name ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 22 attribute :peer_group_name |
#state ⇒ :present, ...
40 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 40 attribute :state |
#vpn_name ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_evpn_bgp.rb', line 33 attribute :vpn_name |