Class: Ansible::Ruby::Modules::Win_eventlog

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_eventlog.rb

Overview

Allows the addition, clearing and removal of local Windows event logs, and the creation and removal of sources from a given event log. Also allows the specification of settings per log and source.

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

#category_fileString?



24
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 24

attribute :category_file

#maximum_sizeString?



36
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 36

attribute :maximum_size

#message_fileString?



28
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 28

attribute :message_file

#nameString



12
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 12

attribute :name

#overflow_action:OverwriteOlder, ...



40
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 40

attribute :overflow_action

#parameter_fileString?



32
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 32

attribute :parameter_file

#retention_daysInteger?



44
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 44

attribute :retention_days

#sourcesArray<String>, ...



20
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 20

attribute :sources

#state:absent, ...



16
# File 'lib/ansible/ruby/modules/generated/windows/win_eventlog.rb', line 16

attribute :state