Class: Ansible::Ruby::Modules::Influxdb_write
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Influxdb_write
- Defined in:
- lib/ansible/ruby/modules/generated/database/influxdb/influxdb_write.rb
Overview
Write data points into InfluxDB.
Instance Method Summary collapse
-
#data_points ⇒ Array<Hash>, Hash
Data points as dict to write into the database.
-
#database_name ⇒ String
Name of the database.
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
#data_points ⇒ Array<Hash>, Hash
Returns Data points as dict to write into the database.
12 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_write.rb', line 12 attribute :data_points |
#database_name ⇒ String
Returns Name of the database.
16 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_write.rb', line 16 attribute :database_name |