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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#dbString

Returns name of the database to add or remove the extension to/from.

Returns:

  • (String)

    name of the database to add or remove the extension to/from



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

attribute :db

#login_hostString?

Returns Host running the database.

Returns:

  • (String, nil)

    Host running the database



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

attribute :login_host

#login_passwordObject?

Returns The password used to authenticate with.

Returns:

  • (Object, nil)

    The password used to authenticate with



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

attribute :login_password

#login_userObject?

Returns The username used to authenticate with.

Returns:

  • (Object, nil)

    The username used to authenticate with



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

attribute :login_user

#nameString

Returns name of the extension to add or remove.

Returns:

  • (String)

    name of the extension to add or remove



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

attribute :name

#portInteger?

Returns Database port to connect to.

Returns:

  • (Integer, nil)

    Database port to connect to.



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

attribute :port

#state:present, ...

Returns The database extension state.

Returns:

  • (:present, :absent, nil)

    The database extension state



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

attribute :state