Class: Ansible::Ruby::Modules::Opendj_backendprop

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb

Overview

This module will update settings for OpenDJ with the command set-backend-prop. It will check first via de get-backend-prop if configuration needs to be applied.

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

#backendString

Returns The name of the backend on which the property needs to be updated.

Returns:

  • (String)

    The name of the backend on which the property needs to be updated.



36
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 36

attribute :backend

#hostnameString

Returns The hostname of the OpenDJ server.

Returns:

  • (String)

    The hostname of the OpenDJ server.



17
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 17

attribute :hostname

#nameString

Returns The configuration setting to update.

Returns:

  • (String)

    The configuration setting to update.



40
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 40

attribute :name

#opendj_bindirString?

Returns The path to the bin directory of OpenDJ.

Returns:

  • (String, nil)

    The path to the bin directory of OpenDJ.



13
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 13

attribute :opendj_bindir

#passwordString?

Returns The password for the cn=Directory Manager user.,Either password or passwordfile is needed.

Returns:

  • (String, nil)

    The password for the cn=Directory Manager user.,Either password or passwordfile is needed.



29
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 29

attribute :password

#passwordfileObject?

Returns Location to the password file which holds the password for the cn=Directory Manager user.,Either password or passwordfile is needed.

Returns:

  • (Object, nil)

    Location to the password file which holds the password for the cn=Directory Manager user.,Either password or passwordfile is needed.



33
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 33

attribute :passwordfile

#portString

Returns The Admin port on which the OpenDJ instance is available.

Returns:

  • (String)

    The Admin port on which the OpenDJ instance is available.



21
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 21

attribute :port

#stateString?

Returns If configuration needs to be added/updated.

Returns:

  • (String, nil)

    If configuration needs to be added/updated



48
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 48

attribute :state

#usernameString?

Returns The username to connect to.

Returns:

  • (String, nil)

    The username to connect to.



25
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 25

attribute :username

#valueString

Returns The value for the configuration item.

Returns:

  • (String)

    The value for the configuration item.



44
# File 'lib/ansible/ruby/modules/generated/identity/opendj/opendj_backendprop.rb', line 44

attribute :value