Class: Ansible::Ruby::Modules::Logentries

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb

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, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#logtypeObject?

Returns type of the log.

Returns:

  • (Object, nil)

    type of the log



22
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb', line 22

attribute :logtype

#nameString?

Returns name of the log.

Returns:

  • (String, nil)

    name of the log



18
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb', line 18

attribute :name

#pathString

Returns path to a log file.

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent, nil)

    following state of the log



14
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb', line 14

attribute :state