Class: Ansible::Ruby::Modules::Ce_bfd_global
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_bfd_global
- Defined in:
- lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb
Overview
Manages BFD global configuration on HUAWEI CloudEngine devices.
Instance Method Summary collapse
-
#bfd_enable ⇒ :enable, ...
Enables the global Bidirectional Forwarding Detection (BFD) function.
-
#damp_init_wait_time ⇒ Object?
Specifies an initial flapping suppression time for a BFD session.
-
#damp_max_wait_time ⇒ Object?
Specifies a maximum flapping suppression time for a BFD session.
-
#damp_second_wait_time ⇒ Object?
Specifies a secondary flapping suppression time for a BFD session.
-
#default_ip ⇒ Object?
Specifies the default multicast IP address.
-
#delay_up_time ⇒ Object?
Specifies the delay before a BFD session becomes Up.
-
#state ⇒ :present, ...
Determines whether the config should be present or not on the device.
-
#tos_exp_dynamic ⇒ Object?
Indicates the priority of BFD control packets for dynamic BFD sessions.
-
#tos_exp_static ⇒ Object?
Indicates the priority of BFD control packets for static BFD sessions.
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
#bfd_enable ⇒ :enable, ...
Returns Enables the global Bidirectional Forwarding Detection (BFD) function.
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 12 attribute :bfd_enable |
#damp_init_wait_time ⇒ Object?
Returns Specifies an initial flapping suppression time for a BFD session. The value is an integer ranging from 1 to 3600000, in milliseconds. The default value is 2000.
25 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 25 attribute :damp_init_wait_time |
#damp_max_wait_time ⇒ Object?
Returns Specifies a maximum flapping suppression time for a BFD session. The value is an integer ranging from 1 to 3600000, in milliseconds. The default value is 15000.
28 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 28 attribute :damp_max_wait_time |
#damp_second_wait_time ⇒ Object?
Returns Specifies a secondary flapping suppression time for a BFD session. The value is an integer ranging from 1 to 3600000, in milliseconds. The default value is 5000.
31 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 31 attribute :damp_second_wait_time |
#default_ip ⇒ Object?
Returns Specifies the default multicast IP address. The value ranges from 224.0.0.107 to 224.0.0.250.
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 16 attribute :default_ip |
#delay_up_time ⇒ Object?
Returns Specifies the delay before a BFD session becomes Up. The value is an integer ranging from 1 to 600, in seconds. The default value is 0, indicating that a BFD session immediately becomes Up.
34 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 34 attribute :delay_up_time |
#state ⇒ :present, ...
Returns Determines whether the config should be present or not on the device.
37 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 37 attribute :state |
#tos_exp_dynamic ⇒ Object?
Returns Indicates the priority of BFD control packets for dynamic BFD sessions. The value is an integer ranging from 0 to 7. The default priority is 7, which is the highest priority of BFD control packets.
19 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 19 attribute :tos_exp_dynamic |
#tos_exp_static ⇒ Object?
Returns Indicates the priority of BFD control packets for static BFD sessions. The value is an integer ranging from 0 to 7. The default priority is 7, which is the highest priority of BFD control packets.
22 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_global.rb', line 22 attribute :tos_exp_static |