Class: Ansible::Ruby::Modules::Rax_mon_entity

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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_idObject?

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.

Returns:

  • (Object, nil)

    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

#labelObject

Returns Defines a name for this entity. Must be a non-empty string between 1 and 255 characters long.

Returns:

  • (Object)

    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

#metadataObject?

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.

Returns:

  • (Object, nil)

    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_addressesObject?

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.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, nil)

    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