Class: Ansible::Ruby::Modules::Ce_info_center_log

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

Overview

Setting the Timestamp Format of Logs. Configuring the Device to Output Logs to the Log Buffer.

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 Specifies a channel ID. The value is an integer ranging from 0 to 9.

Returns:

  • (Object, nil)

    Specifies a channel ID. The value is an integer ranging from 0 to 9.



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

attribute :channel_id

#log_buff_enable:no_use, ...

Returns Enables the Switch to send logs to the log buffer.

Returns:

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

    Enables the Switch to send logs to the log buffer.



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

attribute :log_buff_enable

#log_buff_sizeObject?

Returns Specifies the maximum number of logs in the log buffer. The value is an integer that ranges from 0 to 10240. If logbuffer-size is 0, logs are not displayed.

Returns:

  • (Object, nil)

    Specifies the maximum number of logs in the log buffer. The value is an integer that ranges from 0 to 10240. If logbuffer-size is 0, logs are not displayed.



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

attribute :log_buff_size

#log_enable:no_use, ...

Returns Indicates whether log filtering is enabled.

Returns:

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

    Indicates whether log filtering is enabled.



29
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 29

attribute :log_enable

#log_level:emergencies, ...

Returns Specifies a log severity.

Returns:

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

    Specifies a log severity.



33
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 33

attribute :log_level

#log_time_stamp:date_boot, ...

Returns Sets the timestamp format of logs.

Returns:

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

    Sets the timestamp format of logs.



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

attribute :log_time_stamp

#module_nameObject?

Returns Specifies the name of a module. The value is a module name in registration logs.

Returns:

  • (Object, nil)

    Specifies the name of a module. The value is a module name in registration logs.



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

attribute :module_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.



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

attribute :state