Class: Ansible::Ruby::Modules::Pingdom

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.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

#checkidString

Returns Pingdom ID of the check.

Returns:

  • (String)

    Pingdom ID of the check.



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

attribute :checkid

#keyString

Returns Pingdom API key.

Returns:

  • (String)

    Pingdom API key.



26
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb', line 26

attribute :key

#passwdString

Returns Pingdom user password.

Returns:

  • (String)

    Pingdom user password.



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

attribute :passwd

#state:running, :paused

Returns Define whether or not the check should be running or paused.

Returns:

  • (:running, :paused)

    Define whether or not the check should be running or paused.



10
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb', line 10

attribute :state

#uidString

Returns Pingdom user ID.

Returns:

  • (String)

    Pingdom user ID.



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

attribute :uid