Class: Ansible::Ruby::Modules::Netapp_e_auditlog

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auditlog.rb

Overview

This module allows an e-series storage system owner to set audit-log configuration parameters.

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

#forceSymbol?

Returns Forces the audit-log configuration to delete log history when log messages fullness cause immediate warning or full condition.,Warning! This will cause any existing audit-log messages to be deleted.,This is only applicable for I(full_policy=preventSystemAccess).

Returns:

  • (Symbol, nil)

    Forces the audit-log configuration to delete log history when log messages fullness cause immediate warning or full condition.,Warning! This will cause any existing audit-log messages to be deleted.,This is only applicable for I(full_policy=preventSystemAccess).



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auditlog.rb', line 28

attribute :force

#full_policy:overWrite, ...

Returns Specifies what audit-log should do once the number of entries approach the record limit.

Returns:

  • (:overWrite, :preventSystemAccess, nil)

    Specifies what audit-log should do once the number of entries approach the record limit.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auditlog.rb', line 20

attribute :full_policy

#log_level:all, ...

Returns Filters the log messages according to the specified log level selection.

Returns:

  • (:all, :writeOnly, nil)

    Filters the log messages according to the specified log level selection.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auditlog.rb', line 16

attribute :log_level

#log_pathString?

Returns A local path to a file to be used for debug logging.

Returns:

  • (String, nil)

    A local path to a file to be used for debug logging.



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auditlog.rb', line 32

attribute :log_path

#max_recordsInteger?

Returns The maximum number log messages audit-log will retain.,Max records must be between and including 100 and 50000.

Returns:

  • (Integer, nil)

    The maximum number log messages audit-log will retain.,Max records must be between and including 100 and 50000.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auditlog.rb', line 12

attribute :max_records

#thresholdInteger?

Returns This is the memory full percent threshold that audit-log will start issuing warning messages.,Percent range must be between and including 60 and 90.

Returns:

  • (Integer, nil)

    This is the memory full percent threshold that audit-log will start issuing warning messages.,Percent range must be between and including 60 and 90.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auditlog.rb', line 24

attribute :threshold