Class: Ansible::Ruby::Modules::Mongodb_parameter
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Mongodb_parameter
- Defined in:
- lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb
Instance Method Summary collapse
-
#database ⇒ Object
The name of the database to add/remove the user from.
-
#login_database ⇒ Object?
The database where login credentials are stored.
-
#login_host ⇒ String?
The host running the database.
-
#login_password ⇒ Object?
The password used to authenticate with.
-
#login_port ⇒ Integer?
The port to connect to.
-
#login_user ⇒ Object?
The username used to authenticate with.
-
#param ⇒ String
MongoDB administrative parameter to modify.
-
#param_type ⇒ String?
Define the parameter value (str, int).
-
#replica_set ⇒ Object?
Replica set to connect to (automatically connects to primary for writes).
-
#ssl ⇒ Boolean?
Whether to use an SSL connection when connecting to the database.
-
#value ⇒ String
MongoDB administrative parameter value to set.
Methods inherited from Base
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
#database ⇒ Object
Returns 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_database ⇒ Object?
Returns 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_host ⇒ String?
Returns The host running the database.
16 |
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 16 attribute :login_host |
#login_password ⇒ Object?
Returns 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_port ⇒ Integer?
Returns The port to connect to.
20 |
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 20 attribute :login_port |
#login_user ⇒ Object?
Returns The username used to authenticate with.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 10 attribute :login_user |
#param ⇒ String
Returns MongoDB administrative parameter to modify.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 38 attribute :param |
#param_type ⇒ String?
Returns 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_set ⇒ Object?
Returns 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 |
#ssl ⇒ Boolean?
Returns 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 |
#value ⇒ String
Returns MongoDB administrative parameter value to set.
42 |
# File 'lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb', line 42 attribute :value |