#include <mongocxx/v_noabi/mongocxx/options/client.hpp>
◆ apm_opts() [1/2]
The current APM-related options.
- Returns
- The APM-related options.
◆ apm_opts() [2/2]
client & mongocxx::v_noabi::options::client::apm_opts |
( |
apm | apm_opts | ) |
|
Sets the APM-related options.
- Parameters
-
apm_opts | The APM-related options. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ auto_encryption_opts() [1/2]
Gets the current automatic encryption options.
- Returns
- The automatic encryption opts.
◆ auto_encryption_opts() [2/2]
client & mongocxx::v_noabi::options::client::auto_encryption_opts |
( |
auto_encryption | auto_encryption_opts | ) |
|
Sets the automatic encryption options.
- Parameters
-
auto_encryption_opts | The options for automatic encryption. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ server_api_opts() [1/2]
Gets the current server API options or returns a disengaged optional if there are no server API options set.
- Returns
- The server API options.
◆ server_api_opts() [2/2]
client & mongocxx::v_noabi::options::client::server_api_opts |
( |
server_api | server_api_opts | ) |
|
Sets the server API options.
- Parameters
-
server_api_opts | The options for server API. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ ssl_opts() [1/2]
The current SSL-related options.
- Returns
- The SSL-related options.
- Deprecated
- Please use tls_opts instead.
◆ ssl_opts() [2/2]
client & mongocxx::v_noabi::options::client::ssl_opts |
( |
tls | ssl_opts | ) |
|
Sets the SSL-related options.
- Parameters
-
ssl_opts | The SSL-related options. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
- Deprecated
- Please use tls_opts instead.
◆ tls_opts() [1/2]
The current TLS-related options.
- Returns
- The TLS-related options.
◆ tls_opts() [2/2]
client & mongocxx::v_noabi::options::client::tls_opts |
( |
tls | tls_opts | ) |
|
Sets the TLS-related options.
- Parameters
-
tls_opts | The TLS-related options. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
The documentation for this class was generated from the following file: