Class: Ansible::Ruby::Modules::Logentries
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Logentries
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb
Instance Method Summary collapse
-
#logtype ⇒ Object?
Type of the log.
-
#name ⇒ String?
Name of the log.
-
#path ⇒ String
Path to a log file.
-
#state ⇒ :present, ...
Following state of the log.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#logtype ⇒ Object?
Returns type of the log.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb', line 22 attribute :logtype |
#name ⇒ String?
Returns name of the log.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb', line 18 attribute :name |
#path ⇒ String
Returns path to a log file.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb', line 10 attribute :path |
#state ⇒ :present, ...
Returns following state of the log.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb', line 14 attribute :state |