Class: Ansible::Ruby::Modules::Influxdb_user
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Influxdb_user
- Defined in:
- lib/ansible/ruby/modules/generated/database/influxdb/influxdb_user.rb
Overview
Manage InfluxDB users
Instance Method Summary collapse
-
#admin ⇒ Symbol?
Whether the user should be in the admin role or not.
-
#state ⇒ :present, ...
State of the user.
-
#user_name ⇒ String
Name of the user.
-
#user_password ⇒ String?
Password to be set for the user.
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
#admin ⇒ Symbol?
Returns Whether the user should be in the admin role or not.
20 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_user.rb', line 20 attribute :admin |
#state ⇒ :present, ...
Returns State of the user.
24 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_user.rb', line 24 attribute :state |
#user_name ⇒ String
Returns Name of the user.
12 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_user.rb', line 12 attribute :user_name |
#user_password ⇒ String?
Returns Password to be set for the user.
16 |
# File 'lib/ansible/ruby/modules/generated/database/influxdb/influxdb_user.rb', line 16 attribute :user_password |