Class: Ansible::Ruby::Modules::Boundary_meter

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb

Instance Method Summary collapse

Methods inherited from Base

#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

#apiidString

Returns Organizations boundary API ID.

Returns:

  • (String)

    Organizations boundary API ID



18
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 18

attribute :apiid

#apikeyObject

Returns Organizations boundary API KEY.

Returns:

  • (Object)

    Organizations boundary API KEY



22
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 22

attribute :apikey

#nameString

Returns meter name.

Returns:

  • (String)

    meter name



10
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 10

attribute :name

#stateBoolean?

Returns Whether to create or remove the client from boundary.

Returns:

  • (Boolean, nil)

    Whether to create or remove the client from boundary



14
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 14

attribute :state

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.



26
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 26

attribute :validate_certs