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
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, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#agent_id ⇒ Object?
Returns Rackspace monitoring agent on the target device to which this entity is bound. Necessary to collect C(agent.) rax_mon_checks against this entity.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 18 attribute :agent_id |
#label ⇒ Object
Returns Defines a name for this entity. Must be a non-empty string between 1 and 255 characters long.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 10 attribute :label |
#metadata ⇒ Object?
Returns Hash of arbitrary C(name), C(value) pairs that are passed to associated rax_mon_alarms. Names and values must all be between 1 and 255 characters long.
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 24 attribute :metadata |
#named_ip_addresses ⇒ Object?
Returns Hash of IP addresses that may be referenced by name by rax_mon_checks added to this entity. Must be a dictionary of with keys that are names between 1 and 64 characters long, and values that are valid IPv4 or IPv6 addresses.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 21 attribute :named_ip_addresses |
#state ⇒ :present, ...
Returns Ensure that an entity with this C(name) exists or does not exist.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb', line 14 attribute :state |