Class: Ansible::Ruby::Modules::Rax_mon_entity
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_mon_entity
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb
Overview
Create or delete a Rackspace Cloud Monitoring entity, which represents a device to monitor. Entities associate checks and alarms with a target system and provide a convenient, centralized place to store IP addresses. Rackspace monitoring module flow | rax_mon_entity -> rax_mon_check -> rax_mon_notification -> rax_mon_notification_plan -> rax_mon_alarm
Instance Method Summary collapse
-
#agent_id ⇒ Object?
Rackspace monitoring agent on the target device to which this entity is bound.
-
#label ⇒ Object
Defines a name for this entity.
-
#metadata ⇒ Object?
Hash of arbitrary C(name), C(value) pairs that are passed to associated rax_mon_alarms.
-
#named_ip_addresses ⇒ Object?
Hash of IP addresses that may be referenced by name by rax_mon_checks added to this entity.
-
#state ⇒ :present, ...
Ensure that an entity with this C(name) exists or does not exist.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#agent_id ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 19 attribute :agent_id |
#label ⇒ Object
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 11 attribute :label |
#metadata ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 25 attribute :metadata |
#named_ip_addresses ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 22 attribute :named_ip_addresses |
#state ⇒ :present, ...
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 15 attribute :state |