Class: Ansible::Ruby::Modules::Ce_info_center_debug

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

Overview

Manages information center debug configurations 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

#channel_idObject?

Returns Number of a channel. The value is an integer ranging from 0 to 9. The default value is 0.

Returns:

  • (Object, nil)

    Number of a channel. The value is an integer ranging from 0 to 9. The default value is 0.



23
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_debug.rb', line 23

attribute :channel_id

#debug_enable:no_use, ...

Returns Whether a device is enabled to output debugging information.

Returns:

  • (:no_use, :true, :false, nil)

    Whether a device is enabled to output debugging information.



26
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_debug.rb', line 26

attribute :debug_enable

#debug_level:emergencies, ...

Returns Debug level permitted to output.

Returns:

  • (:emergencies, :alert, :critical, :error, :warning, :notification, :informational, :debugging, nil)

    Debug level permitted to output.



30
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_debug.rb', line 30

attribute :debug_level

#debug_time_stamp:date_boot, ...

Returns Timestamp type of debugging information.

Returns:

  • (:date_boot, :date_second, :date_tenthsecond, :date_millisecond, :shortdate_second, :shortdate_tenthsecond, :shortdate_millisecond, :formatdate_second, :formatdate_tenthsecond, :formatdate_millisecond, nil)

    Timestamp type of debugging information.



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

attribute :debug_time_stamp

#module_nameObject?

Returns Module name of the rule. The value is a string of 1 to 31 case-insensitive characters. The default value is default. Please use lower-case letter, such as [aaa, acl, arp, bfd].

Returns:

  • (Object, nil)

    Module name of the rule. The value is a string of 1 to 31 case-insensitive characters. The default value is default. Please use lower-case letter, such as [aaa, acl, arp, bfd].



20
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_debug.rb', line 20

attribute :module_name

#state:present, ...

Returns Specify desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Specify desired state of the resource.



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

attribute :state