Class: Ansible::Ruby::Modules::Pingdom
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pingdom
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb
Instance Method Summary collapse
-
#checkid ⇒ String
Pingdom ID of the check.
-
#key ⇒ String
Pingdom API key.
-
#passwd ⇒ String
Pingdom user password.
-
#state ⇒ :running, :paused
Define whether or not the check should be running or paused.
-
#uid ⇒ String
Pingdom user ID.
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
#checkid ⇒ String
Returns Pingdom ID of the check.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb', line 14 attribute :checkid |
#key ⇒ String
Returns Pingdom API key.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb', line 26 attribute :key |
#passwd ⇒ String
Returns 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.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb', line 10 attribute :state |
#uid ⇒ String
Returns Pingdom user ID.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb', line 18 attribute :uid |