Class: Ansible::Ruby::Modules::Uptimerobot
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Uptimerobot
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb
Instance Method Summary collapse
-
#apikey ⇒ String
Uptime Robot API key.
-
#monitorid ⇒ String
ID of the monitor to check.
-
#state ⇒ :started, :paused
Define whether or not the monitor should be running or paused.
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
#apikey ⇒ String
Returns Uptime Robot API key.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb', line 18 attribute :apikey |
#monitorid ⇒ String
Returns ID of the monitor to check.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb', line 14 attribute :monitorid |
#state ⇒ :started, :paused
Returns Define whether or not the monitor should be running or paused.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb', line 10 attribute :state |