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
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, #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.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 21 attribute :cluster |
#db ⇒ Object?
Returns Name of the Vertica database.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 18 attribute :db |
#login_password ⇒ Object?
Returns The password used to authenticate with.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 33 attribute :login_password |
#login_user ⇒ String?
Returns The username used to authenticate with.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 29 attribute :login_user |
#name ⇒ String
Returns Name of the parameter to update.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 10 attribute :name |
#port ⇒ Integer?
Returns Vertica cluster port to connect to.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 25 attribute :port |
#value ⇒ String
Returns Value of the parameter to be set.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb', line 14 attribute :value |