Class: Ansible::Ruby::Modules::Webfaction_db
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Webfaction_db
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb
Instance Method Summary collapse
-
#login_name ⇒ String
The webfaction account to use.
-
#login_password ⇒ String
The webfaction password to use.
-
#machine ⇒ String?
The machine name to use (optional for accounts with only one machine).
-
#name ⇒ String
The name of the database.
-
#password ⇒ String?
The password for the new database user.
-
#state ⇒ :present, ...
Whether the database should exist.
-
#type ⇒ :mysql, :postgresql
The type of database to create.
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
#login_name ⇒ String
Returns The webfaction account to use.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb', line 26 attribute :login_name |
#login_password ⇒ String
Returns The webfaction password to use.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb', line 30 attribute :login_password |
#machine ⇒ String?
Returns The machine name to use (optional for accounts with only one machine).
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb', line 34 attribute :machine |
#name ⇒ String
Returns The name of the database.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb', line 10 attribute :name |
#password ⇒ String?
Returns The password for the new database user.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb', line 22 attribute :password |
#state ⇒ :present, ...
Returns Whether the database should exist.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb', line 14 attribute :state |
#type ⇒ :mysql, :postgresql
Returns The type of database to create.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb', line 18 attribute :type |