Class: Ansible::Ruby::Modules::Influxdb_write

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/database/influxdb/influxdb_write.rb

Overview

Write data points into InfluxDB.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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_pointsArray<Hash>, Hash

Returns Data points as dict to write into the database.

Returns:

  • (Array<Hash>, Hash)

    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_nameString

Returns Name of the database.

Returns:

  • (String)

    Name of the database.



16
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_write.rb', line 16

attribute :database_name