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.3
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDiscoveryToken
hazelcast.cloud discoveryToken of your cluster
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also