Class: Ansible::Ruby::Modules::Ce_info_center_log
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ce_info_center_log
- 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
-
#channel_id ⇒ Object?
Specifies a channel ID.
-
#log_buff_enable ⇒ :no_use, ...
Enables the Switch to send logs to the log buffer.
-
#log_buff_size ⇒ Object?
Specifies the maximum number of logs in the log buffer.
-
#log_enable ⇒ :no_use, ...
Indicates whether log filtering is enabled.
-
#log_level ⇒ :emergencies, ...
Specifies a log severity.
-
#log_time_stamp ⇒ :date_boot, ...
Sets the timestamp format of logs.
-
#module_name ⇒ Object?
Specifies the name of a module.
-
#state ⇒ :present, ...
Determines whether the config should be present or not on the device.
Methods inherited from Base
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
#channel_id ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 26 attribute :channel_id |
#log_buff_enable ⇒ :no_use, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 16 attribute :log_buff_enable |
#log_buff_size ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 20 attribute :log_buff_size |
#log_enable ⇒ :no_use, ...
29 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 29 attribute :log_enable |
#log_level ⇒ :emergencies, ...
33 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 33 attribute :log_level |
#log_time_stamp ⇒ :date_boot, ...
12 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 12 attribute :log_time_stamp |
#module_name ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 23 attribute :module_name |
#state ⇒ :present, ...
37 |
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_info_center_log.rb', line 37 attribute :state |