Class: Ansible::Ruby::Modules::Boundary_meter
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Boundary_meter
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb
Instance Method Summary collapse
-
#apiid ⇒ String
Organizations boundary API ID.
-
#apikey ⇒ Object
Organizations boundary API KEY.
-
#name ⇒ String
Meter name.
-
#state ⇒ Boolean?
Whether to create or remove the client from boundary.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
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
#apiid ⇒ String
Returns Organizations boundary API ID.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 18 attribute :apiid |
#apikey ⇒ Object
Returns Organizations boundary API KEY.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 22 attribute :apikey |
#name ⇒ String
Returns meter name.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 10 attribute :name |
#state ⇒ Boolean?
Returns 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.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 26 attribute :validate_certs |