Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
hazelcast::client::config::cloud_config Struct Reference

hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud More...

#include <cloud_config.h>

Public Attributes

bool enabled { false }
std::string discovery_token

Detailed Description

hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud

Definition at line 32 of file cloud_config.h.

Member Data Documentation

◆ discovery_token

std::string hazelcast::client::config::cloud_config::discovery_token

Definition at line 35 of file cloud_config.h.

◆ enabled

bool hazelcast::client::config::cloud_config::enabled { false }

Definition at line 34 of file cloud_config.h.

34{ false };

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