Class: Ansible::Ruby::Modules::Vertica_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vertica_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb
Overview
Gathers Vertica database facts.
Instance Method Summary collapse
-
#cluster ⇒ String?
Name of the cluster running the schema.
-
#db ⇒ String?
Name of the database running the schema.
-
#login_password ⇒ Object?
The password used to authenticate with.
-
#login_user ⇒ String?
The username used to authenticate with.
-
#port ⇒ Integer?
Database port to connect to.
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 cluster running the schema.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 11 attribute :cluster |
#db ⇒ String?
Returns Name of the database running the schema.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 19 attribute :db |
#login_password ⇒ Object?
Returns The password used to authenticate with.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 27 attribute :login_password |
#login_user ⇒ String?
Returns The username used to authenticate with.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 23 attribute :login_user |
#port ⇒ Integer?
Returns Database port to connect to.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 15 attribute :port |