Apache Ignite C++
Public Types | List of all members
ignite::thin::SslMode Struct Reference

SSL Mode. More...

#include <ssl_mode.h>

Public Types

enum  Type { DISABLE = 0, REQUIRE = 1 }
 

Detailed Description

SSL Mode.

Member Enumeration Documentation

◆ Type

Enumerator
DISABLE 

Do not try establish SSL/TLS connection.

REQUIRE 

Try to establish SSL/TLS connection.

Fail if the server does not support SSL/TLS.


The documentation for this struct was generated from the following file: