Class: Ansible::Ruby::Modules::Mongodb_parameter

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.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

#databaseObject

Returns The name of the database to add/remove the user from.

Returns:

  • (Object)

    The name of the database to add/remove the user from



30
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 30

attribute :database

#login_databaseObject?

Returns The database where login credentials are stored.

Returns:

  • (Object, nil)

    The database where login credentials are stored



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

attribute :login_database

#login_hostString?

Returns The host running the database.

Returns:

  • (String, nil)

    The host running the database



16
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 16

attribute :login_host

#login_passwordObject?

Returns The password used to authenticate with.

Returns:

  • (Object, nil)

    The password used to authenticate with



13
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 13

attribute :login_password

#login_portInteger?

Returns The port to connect to.

Returns:

  • (Integer, nil)

    The port to connect to



20
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 20

attribute :login_port

#login_userObject?

Returns The username used to authenticate with.

Returns:

  • (Object, nil)

    The username used to authenticate with



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

attribute :login_user

#paramString

Returns MongoDB administrative parameter to modify.

Returns:

  • (String)

    MongoDB administrative parameter to modify



38
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 38

attribute :param

#param_typeString?

Returns Define the parameter value (str, int).

Returns:

  • (String, nil)

    Define the parameter value (str, int)



46
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 46

attribute :param_type

#replica_setObject?

Returns Replica set to connect to (automatically connects to primary for writes).

Returns:

  • (Object, nil)

    Replica set to connect to (automatically connects to primary for writes)



27
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 27

attribute :replica_set

#sslBoolean?

Returns Whether to use an SSL connection when connecting to the database.

Returns:

  • (Boolean, nil)

    Whether to use an SSL connection when connecting to the database



34
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 34

attribute :ssl

#valueString

Returns MongoDB administrative parameter value to set.

Returns:

  • (String)

    MongoDB administrative parameter value to set



42
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 42

attribute :value