Class: Ansible::Ruby::Modules::Vertica_schema

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

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, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#clusterString?

Returns Name of the Vertica cluster.

Returns:

  • (String, nil)

    Name of the Vertica cluster.



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

attribute :cluster

#create_rolesString?

Returns Comma separated list of roles to create and grant usage and create access to the schema.

Returns:

  • (String, nil)

    Comma separated list of roles to create and grant usage and create access to the schema.



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

attribute :create_roles

#dbString?

Returns Name of the Vertica database.

Returns:

  • (String, nil)

    Name of the Vertica database.



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

attribute :db

#login_passwordObject?

Returns The password used to authenticate with.

Returns:

  • (Object, nil)

    The password used to authenticate with.



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

attribute :login_password

#login_userString?

Returns The username used to authenticate with.

Returns:

  • (String, nil)

    The username used to authenticate with.



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

attribute :login_user

#nameString

Returns Name of the schema to add or remove.

Returns:

  • (String)

    Name of the schema to add or remove.



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

attribute :name

#ownerString?

Returns Name of the user to set as owner of the schema.

Returns:

  • (String, nil)

    Name of the user to set as owner of the schema.



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

attribute :owner

#portInteger?

Returns Vertica cluster port to connect to.

Returns:

  • (Integer, nil)

    Vertica cluster port to connect to.



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

attribute :port

#state:present, ...

Returns Whether to create C(present), or drop C(absent) a schema.

Returns:

  • (:present, :absent, nil)

    Whether to create C(present), or drop C(absent) a schema.



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

attribute :state

#usage_rolesArray<String>, ...

Returns Comma separated list of roles to create and grant usage access to the schema.

Returns:

  • (Array<String>, String, nil)

    Comma separated list of roles to create and grant usage access to the schema.



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

attribute :usage_roles