Class: Ansible::Ruby::Modules::Rax_cdb_database

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/rackspace/rax_cdb_database.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_database.rb', line 12

attribute :cdb_id

#character_setString?

Returns Set of symbols and encodings.

Returns:

  • (String, nil)

    Set of symbols and encodings



19
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_cdb_database.rb', line 19

attribute :character_set

#collateString?

Returns Set of rules for comparing characters in a character set.

Returns:

  • (String, nil)

    Set of rules for comparing characters in a character set



23
# File 'lib/ansible/ruby/modules/generated/cloud/rackspace/rax_cdb_database.rb', line 23

attribute :collate

#nameString?

Returns Name to give to the database.

Returns:

  • (String, nil)

    Name to give to the database



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

attribute :name

#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/cloud/rackspace/rax_cdb_database.rb', line 27

attribute :state