Class: Ansible::Ruby::Modules::Rax_cdb_user
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rax_cdb_user
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb
Overview
create / delete a database in the Cloud Databases.
Instance Method Summary collapse
-
#cdb_id ⇒ Object?
The databases server UUID.
-
#databases ⇒ Object?
Name of the databases that the user can access.
-
#db_password ⇒ Object?
Database user password.
-
#db_username ⇒ Object?
Name of the database user.
-
#host ⇒ String?
Specifies the host from which a user is allowed to connect to the database.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
Methods inherited from Base
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
#cdb_id ⇒ Object?
Returns The databases server UUID.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 11 attribute :cdb_id |
#databases ⇒ Object?
Returns Name of the databases that the user can access.
20 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 20 attribute :databases |
#db_password ⇒ Object?
Returns Database user password.
17 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 17 attribute :db_password |
#db_username ⇒ Object?
Returns Name of the database user.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 14 attribute :db_username |
#host ⇒ String?
Returns Specifies the host from which a user is allowed to connect to the database. Possible values are a string containing an IPv4 address or “%” to allow connecting from any host.
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 23 attribute :host |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 27 attribute :state |