Class: Ansible::Ruby::Modules::Rax_mon_alarm
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_mon_alarm
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb
Instance Method Summary collapse
-
#check_id ⇒ Object
ID of the check that should be alerted on.
-
#criteria ⇒ Object?
Alarm DSL that describes alerting conditions and their output states.
-
#disabled ⇒ :yes, ...
If yes, create this alarm, but leave it in an inactive state.
-
#entity_id ⇒ Object
ID of the entity this alarm is attached to.
-
#label ⇒ Object
Friendly name for this alarm, used to achieve idempotence.
-
#metadata ⇒ Object?
Arbitrary key/value pairs to accompany the alarm.
-
#notification_plan_id ⇒ Object
ID of the notification plan to trigger if this alarm fires.
-
#state ⇒ :present, ...
Ensure that the alarm with this C(label) exists or does not exist.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#check_id ⇒ Object
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 22 attribute :check_id |
#criteria ⇒ Object?
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 30 attribute :criteria |
#disabled ⇒ :yes, ...
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 33 attribute :disabled |
#entity_id ⇒ Object
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 18 attribute :entity_id |
#label ⇒ Object
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 14 attribute :label |
#metadata ⇒ Object?
37 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 37 attribute :metadata |
#notification_plan_id ⇒ Object
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 26 attribute :notification_plan_id |
#state ⇒ :present, ...
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb', line 10 attribute :state |