Class: Ansible::Ruby::Modules::Ce_bfd_view

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

Overview

Manages BFD session view 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#admin_down:yes, ...

Returns Enables the BFD session to enter the AdminDown state. By default, a BFD session is enabled. The default value is bool type.

Returns:

  • (:yes, :no, nil)

    Enables the BFD session to enter the AdminDown state. By default, a BFD session is enabled. The default value is bool type.



37
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_view.rb', line 37

attribute :admin_down

#descriptionObject?

Returns Specifies the description of a BFD session. The value is a string of 1 to 51 case-sensitive characters with spaces.

Returns:

  • (Object, nil)

    Specifies the description of a BFD session. The value is a string of 1 to 51 case-sensitive characters with spaces.



41
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_view.rb', line 41

attribute :description

#detect_multiObject?

Returns Specifies the local detection multiplier of a BFD session. The value is an integer that ranges from 3 to 50.

Returns:

  • (Object, nil)

    Specifies the local detection multiplier of a BFD session. The value is an integer that ranges from 3 to 50.



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

attribute :detect_multi

#local_discrObject?

Returns Specifies the local discriminator of a BFD session. The value is an integer that ranges from 1 to 16384.

Returns:

  • (Object, nil)

    Specifies the local discriminator of a BFD session. The value is an integer that ranges from 1 to 16384.



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

attribute :local_discr

#min_rx_intervalObject?

Returns Specifies the minimum interval for sending BFD packets. The value is an integer that ranges from 50 to 1000, in milliseconds.

Returns:

  • (Object, nil)

    Specifies the minimum interval for sending BFD packets. The value is an integer that ranges from 50 to 1000, in milliseconds.



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

attribute :min_rx_interval

#min_tx_intervalObject?

Returns Specifies the minimum interval for receiving BFD packets. The value is an integer that ranges from 50 to 1000, in milliseconds.

Returns:

  • (Object, nil)

    Specifies the minimum interval for receiving BFD packets. The value is an integer that ranges from 50 to 1000, in milliseconds.



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

attribute :min_tx_interval

#remote_discrObject?

Returns Specifies the remote discriminator of a BFD session. The value is an integer that ranges from 1 to 4294967295.

Returns:

  • (Object, nil)

    Specifies the remote discriminator of a BFD session. The value is an integer that ranges from 1 to 4294967295.



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

attribute :remote_discr

#session_nameObject

Returns Specifies the name of a BFD session. The value is a string of 1 to 15 case-sensitive characters without spaces.

Returns:

  • (Object)

    Specifies the name of a BFD session. The value is a string of 1 to 15 case-sensitive characters without spaces.



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

attribute :session_name

#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.



44
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_view.rb', line 44

attribute :state

#tos_expObject?

Returns Specifies a priority for BFD control packets. The value is an integer ranging from 0 to 7. The default value is 7, which is the highest priority.

Returns:

  • (Object, nil)

    Specifies a priority for BFD control packets. The value is an integer ranging from 0 to 7. The default value is 7, which is the highest priority.



34
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_view.rb', line 34

attribute :tos_exp

#wtr_intervalObject?

Returns Specifies the WTR time of a BFD session. The value is an integer that ranges from 1 to 60, in minutes. The default value is 0.

Returns:

  • (Object, nil)

    Specifies the WTR time of a BFD session. The value is an integer that ranges from 1 to 60, in minutes. The default value is 0.



31
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_bfd_view.rb', line 31

attribute :wtr_interval