Class: Ansible::Ruby::Modules::Postgresql_ext
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Postgresql_ext
- Defined in:
- lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb
Overview
Add or remove PostgreSQL extensions from a database.
Instance Method Summary collapse
-
#db ⇒ String
Name of the database to add or remove the extension to/from.
-
#login_host ⇒ String?
Host running the database.
-
#login_password ⇒ Object?
The password used to authenticate with.
-
#login_user ⇒ Object?
The username used to authenticate with.
-
#name ⇒ String
Name of the extension to add or remove.
-
#port ⇒ Integer?
Database port to connect to.
-
#state ⇒ :present, ...
The database extension state.
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
#db ⇒ String
Returns name of the database to add or remove the extension to/from.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb', line 15 attribute :db |
#login_host ⇒ String?
Returns Host running the database.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb', line 25 attribute :login_host |
#login_password ⇒ Object?
Returns The password used to authenticate with.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb', line 22 attribute :login_password |
#login_user ⇒ Object?
Returns The username used to authenticate with.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb', line 19 attribute :login_user |
#name ⇒ String
Returns name of the extension to add or remove.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb', line 11 attribute :name |
#port ⇒ Integer?
Returns Database port to connect to.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb', line 29 attribute :port |
#state ⇒ :present, ...
Returns The database extension state.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb', line 33 attribute :state |