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
Overview
This module manages boundary meters
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, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#apiid ⇒ String
19 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 19 attribute :apiid |
#apikey ⇒ Object
23 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 23 attribute :apikey |
#name ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 11 attribute :name |
#state ⇒ Boolean?
15 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 15 attribute :state |
#validate_certs ⇒ :yes, ...
27 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb', line 27 attribute :validate_certs |