Class: Ansible::Ruby::Modules::Vertica_role

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_role.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

#assigned_rolesObject?

Returns Comma separated list of roles to assign to the role.

Returns:

  • (Object, nil)

    Comma separated list of roles to assign to the role.



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

attribute :assigned_roles

#clusterString?

Returns Name of the Vertica cluster.

Returns:

  • (String, nil)

    Name of the Vertica cluster.



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

attribute :cluster

#dbString?

Returns Name of the Vertica database.

Returns:

  • (String, nil)

    Name of the Vertica database.



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

attribute :db

#login_passwordObject?

Returns The password used to authenticate with.

Returns:

  • (Object, nil)

    The password used to authenticate with.



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

attribute :login_password

#login_userString?

Returns The username used to authenticate with.

Returns:

  • (String, nil)

    The username used to authenticate with.



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

attribute :login_user

#nameString

Returns Name of the role to add or remove.

Returns:

  • (String)

    Name of the role to add or remove.



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

attribute :name

#portInteger?

Returns Vertica cluster port to connect to.

Returns:

  • (Integer, nil)

    Vertica cluster port to connect to.



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

attribute :port

#state:present, ...

Returns Whether to create C(present), drop C(absent) or lock C(locked) a role.

Returns:

  • (:present, :absent, nil)

    Whether to create C(present), drop C(absent) or lock C(locked) a role.



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

attribute :state