Class: Ansible::Ruby::Modules::Vertica_configuration
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vertica_configuration
- Defined in:
- lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb
Overview
Updates Vertica configuration parameters.
Instance Method Summary collapse
-
#cluster ⇒ String?
Name of the Vertica cluster.
-
#db ⇒ Object?
Name of the Vertica database.
-
#login_password ⇒ Object?
The password used to authenticate with.
-
#login_user ⇒ String?
The username used to authenticate with.
-
#name ⇒ String
Name of the parameter to update.
-
#port ⇒ Integer?
Vertica cluster port to connect to.
-
#value ⇒ String
Value of the parameter to be set.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#cluster ⇒ String?
Returns Name of the Vertica cluster.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 22 attribute :cluster |
#db ⇒ Object?
Returns Name of the Vertica database.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 19 attribute :db |
#login_password ⇒ Object?
Returns The password used to authenticate with.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 34 attribute :login_password |
#login_user ⇒ String?
Returns The username used to authenticate with.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 30 attribute :login_user |
#name ⇒ String
Returns Name of the parameter to update.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 11 attribute :name |
#port ⇒ Integer?
Returns Vertica cluster port to connect to.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 26 attribute :port |
#value ⇒ String
Returns Value of the parameter to be set.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 15 attribute :value |