Class ClusterInfoServer
Servers within a cluster and attributes regarding their role in the cluster.
Inheritance
ClusterInfoServer
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class ClusterInfoServer : BasePdu<ClusterInfoServer>, IEquatable<ClusterInfoServer>
Constructors
ClusterInfoServer(ClusterInfoServer)
Declaration
public ClusterInfoServer([NotNull] ClusterInfoServer other)
Parameters
Properties
dataCenter
An arbitrary identifier used to group servers.
Declaration
[CanBeNull]
public string dataCenter { get; set; }
Property Value
isMaster
Declaration
public bool isMaster { get; set; }
Property Value
isOnline
Declaration
public bool isOnline { get; set; }
Property Value
url
Declaration
[CanBeNull]
public Url url { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.ClusterInfoServer>.ToJson(System.Boolean)
Implements