Class: Ansible::Ruby::Modules::Ce_bfd_global

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

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

#bfd_enable:enable, ...

Returns Enables the global Bidirectional Forwarding Detection (BFD) function.

Returns:

  • (:enable, :disable, nil)

    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_timeObject?

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.

Returns:

  • (Object, nil)

    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_timeObject?

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.

Returns:

  • (Object, nil)

    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_timeObject?

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.

Returns:

  • (Object, nil)

    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_ipObject?

Returns Specifies the default multicast IP address. The value ranges from 224.0.0.107 to 224.0.0.250.

Returns:

  • (Object, nil)

    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_timeObject?

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.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, nil)

    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_dynamicObject?

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.

Returns:

  • (Object, nil)

    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_staticObject?

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.

Returns:

  • (Object, nil)

    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