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
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, #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.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 10 attribute :cdb_id |
#databases ⇒ Object?
Returns Name of the databases that the user can access.
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 19 attribute :databases |
#db_password ⇒ Object?
Returns Database user password.
16 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 16 attribute :db_password |
#db_username ⇒ Object?
Returns Name of the database user.
13 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 13 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.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 22 attribute :host |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 26 attribute :state |