Class: Ansible::Ruby::Modules::Influxdb_database

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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_nameString



26
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 26

attribute :database_name

#hostnameString



10
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 10

attribute :hostname

#passwordString?



18
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 18

attribute :password

#portInteger?



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

#usernameString?



14
# File 'lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb', line 14

attribute :username