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/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, fix_inclusion, #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.
12 |
# File 'lib/ansible/ruby/modules/generated/database/vertica/vertica_facts.rb', line 12 attribute :cluster |
#db ⇒ String?
Returns Name of the database running the schema.
20 |
# File 'lib/ansible/ruby/modules/generated/database/vertica/vertica_facts.rb', line 20 attribute :db |
#login_password ⇒ Object?
Returns The password used to authenticate with.
28 |
# File 'lib/ansible/ruby/modules/generated/database/vertica/vertica_facts.rb', line 28 attribute :login_password |
#login_user ⇒ String?
Returns The username used to authenticate with.
24 |
# File 'lib/ansible/ruby/modules/generated/database/vertica/vertica_facts.rb', line 24 attribute :login_user |
#port ⇒ Integer?
Returns Database port to connect to.
16 |
# File 'lib/ansible/ruby/modules/generated/database/vertica/vertica_facts.rb', line 16 attribute :port |