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

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

Overview

This module manages boundary meters

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, remove_existing_validations, #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



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

attribute :apiid

#apikeyObject

Returns Organizations boundary API KEY.

Returns:

  • (Object)

    Organizations boundary API KEY



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

attribute :apikey

#nameString

Returns meter name.

Returns:

  • (String)

    meter name



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

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



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

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.



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

attribute :validate_certs