5using YamlDotNet.Serialization;
20 [YamlMember(SerializeAs = typeof(
string))]
24 set => base.Address = value;
28 [YamlMember(SerializeAs = typeof(
string))]
31 get => base.PublicAddress;
32 set => base.PublicAddress = value;
38 [YamlMember(SerializeAs = typeof(
string))]
Information about a server in the swarm.
virtual ? Uri Address
The public address of the server.
Configuration for the server swarm system.
string? PrivateKey
The private key used for swarm communication.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the SwarmConfiguration resid...
uint UpdateRequiredNodeCount
The number of nodes in addition to the controller required to be connected a server swarm before perf...
Uri? ControllerAddress
The SwarmServer.Address of the swarm controller. If null, the current server is considered the contro...
override? Uri PublicAddress