Class: Ansible::Ruby::Modules::Vertica_role
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vertica_role
- Defined in:
- lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_role.rb
Instance Method Summary collapse
-
#assigned_roles ⇒ Object?
Comma separated list of roles to assign to the role.
-
#cluster ⇒ String?
Name of the Vertica cluster.
-
#db ⇒ String?
Name of the Vertica database.
-
#login_password ⇒ Object?
The password used to authenticate with.
-
#login_user ⇒ String?
The username used to authenticate with.
-
#name ⇒ String
Name of the role to add or remove.
-
#port ⇒ Integer?
Vertica cluster port to connect to.
-
#state ⇒ :present, ...
Whether to create C(present), drop C(absent) or lock C(locked) a role.
Methods inherited from Base
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_roles ⇒ Object?
Returns 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 |
#cluster ⇒ String?
Returns Name of the Vertica cluster.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_role.rb', line 25 attribute :cluster |
#db ⇒ String?
Returns Name of the Vertica database.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_role.rb', line 21 attribute :db |
#login_password ⇒ Object?
Returns 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_user ⇒ String?
Returns The username used to authenticate with.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_role.rb', line 33 attribute :login_user |
#name ⇒ String
Returns 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 |
#port ⇒ Integer?
Returns 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.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_role.rb', line 17 attribute :state |