Click or drag to resize

ClientCloudConfig Class

hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud
Inheritance Hierarchy
SystemObject
  Hazelcast.ConfigClientCloudConfig

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public class ClientCloudConfig

The ClientCloudConfig type exposes the following members.

Constructors
  NameDescription
Public methodClientCloudConfig
Initializes a new instance of the ClientCloudConfig class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetDiscoveryToken
hazelcast.cloud discoveryToken of your cluster
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEnabled
return true if enabled, false otherwise
Public methodSetDiscoveryToken
Set the discoveryToken hazelcast.cloud discoveryToken of your cluster
Public methodSetEnabled
enabled true to use hazelcast.cloud
Public methodToString (Inherited from Object.)
Top
See Also