Class: Ansible::Ruby::Modules::Influxdb_query
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Influxdb_query
- Defined in:
- lib/ansible/ruby/modules/generated/database/influxdb/influxdb_query.rb
Overview
Query data points from InfluxDB.
Instance Method Summary collapse
-
#database_name ⇒ String
Name of the database.
-
#query ⇒ String
Query to be executed.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#database_name ⇒ String
Returns Name of the database.
16 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_query.rb', line 16 attribute :database_name |
#query ⇒ String
Returns Query to be executed.
12 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_query.rb', line 12 attribute :query |