Class: Ansible::Ruby::Modules::Rax_cdb_user

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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_idObject?

Returns The databases server UUID.

Returns:

  • (Object, nil)

    The databases server UUID



11
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 11

attribute :cdb_id

#databasesObject?

Returns Name of the databases that the user can access.

Returns:

  • (Object, nil)

    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_passwordObject?

Returns Database user password.

Returns:

  • (Object, nil)

    Database user password



17
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 17

attribute :db_password

#db_usernameObject?

Returns Name of the database user.

Returns:

  • (Object, nil)

    Name of the database user



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 14

attribute :db_username

#hostString?

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.

Returns:

  • (String, nil)

    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.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



27
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb', line 27

attribute :state