Class: Ansible::Ruby::Modules::Vertica_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb

Overview

Gathers Vertica database facts.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#clusterString?

Returns Name of the cluster running the schema.

Returns:

  • (String, nil)

    Name of the cluster running the schema.



11
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 11

attribute :cluster

#dbString?

Returns Name of the database running the schema.

Returns:

  • (String, nil)

    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_passwordObject?

Returns The password used to authenticate with.

Returns:

  • (Object, nil)

    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_userString?

Returns The username used to authenticate with.

Returns:

  • (String, nil)

    The username used to authenticate with.



23
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 23

attribute :login_user

#portInteger?

Returns Database port to connect to.

Returns:

  • (Integer, nil)

    Database port to connect to.



15
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb', line 15

attribute :port