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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #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



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

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



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

attribute :databases

#db_passwordObject?

Returns Database user password.

Returns:

  • (Object, nil)

    Database user password



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

attribute :db_password

#db_usernameObject?

Returns Name of the database user.

Returns:

  • (Object, nil)

    Name of the database user



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

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



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

attribute :host

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state