Class: Ansible::Ruby::Modules::Influxdb_database
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Influxdb_database
- Defined in:
- lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb
Instance Method Summary collapse
-
#database_name ⇒ String
Name of the database that will be created/destroyed.
-
#hostname ⇒ String
The hostname or IP address on which InfluxDB server is listening.
-
#password ⇒ String?
Password that will be used to authenticate against InfluxDB server.
-
#port ⇒ Integer?
The port on which InfluxDB server is listening.
-
#state ⇒ :present, ...
Determines if the database should be created or destroyed.
-
#username ⇒ String?
Username that will be used to authenticate against InfluxDB server.
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
#database_name ⇒ String
26 |
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 26 attribute :database_name |
#hostname ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 10 attribute :hostname |
#password ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 18 attribute :password |
#port ⇒ Integer?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 22 attribute :port |
#state ⇒ :present, ...
30 |
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 30 attribute :state |
#username ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 14 attribute :username |