Class: Ansible::Ruby::Modules::Mssql_db
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Mssql_db
- Defined in:
- lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb
Overview
Add or remove MSSQL databases from a remote host.
Instance Method Summary collapse
-
#autocommit ⇒ String?
Automatically commit the change only if the import succeed.
-
#login_host ⇒ Object?
Host running the database.
-
#login_password ⇒ Object?
The password used to authenticate with.
-
#login_port ⇒ Integer?
Port of the MSSQL server.
-
#login_user ⇒ Object?
The username used to authenticate with.
-
#name ⇒ String
Name of the database to add or remove.
-
#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
#autocommit ⇒ String?
37 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 37 attribute :autocommit |
#login_host ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 22 attribute :login_host |
#login_password ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 19 attribute :login_password |
#login_port ⇒ Integer?
25 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 25 attribute :login_port |
#login_user ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 16 attribute :login_user |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 12 attribute :name |
#state ⇒ :present, ...
29 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 29 attribute :state |
#target ⇒ String?
33 |
# File 'lib/ansible/ruby/modules/generated/database/mssql/mssql_db.rb', line 33 attribute :target |