Class: Ansible::Ruby::Modules::Mysql_db
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Mysql_db
- Defined in:
- lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb
Overview
Add or remove MySQL databases from a remote host.
Instance Method Summary collapse
-
#collation ⇒ Object?
Collation mode (sorting).
-
#encoding ⇒ Object?
Encoding mode to use, examples include C(utf8) or C(latin1_swedish_ci).
-
#ignore_tables ⇒ Object?
A list of table names that will be ignored in the dump of the form database_name.table_name.
-
#name ⇒ String
Name of the database to add or remove,name=all May only be provided if I(state) is C(dump) or C(import).,if name=all Works like –all-databases option for mysqldump (Added in 2.0).
-
#quick ⇒ String?
Option used for dumping large tables.
-
#single_transaction ⇒ String?
Execute the dump in a single transaction.
-
#state ⇒ :present, ...
The database state.
-
#target ⇒ String?
Location, on the remote host, of the dump file to read from or write to.
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
#collation ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 20 attribute :collation |
#encoding ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 23 attribute :encoding |
#ignore_tables ⇒ Object?
38 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 38 attribute :ignore_tables |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 12 attribute :name |
#quick ⇒ String?
34 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 34 attribute :quick |
#single_transaction ⇒ String?
30 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 30 attribute :single_transaction |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 16 attribute :state |
#target ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/database/mysql/mysql_db.rb', line 26 attribute :target |