Class: Ansible::Ruby::Modules::Postgresql_ext

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb

Overview

Add or remove PostgreSQL extensions from a database.

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

#dbString



16
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb', line 16

attribute :db

#login_hostString?



26
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb', line 26

attribute :login_host

#login_passwordObject?



23
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb', line 23

attribute :login_password

#login_userObject?



20
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb', line 20

attribute :login_user

#nameString



12
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb', line 12

attribute :name

#portInteger?



30
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb', line 30

attribute :port

#state:present, ...



34
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_ext.rb', line 34

attribute :state