tgstation-server
6.0.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Internal
SwarmServer.cs
Go to the documentation of this file.
1
using
System;
2
using
System.ComponentModel.DataAnnotations;
3
4
namespace
Tgstation.Server.Api.Models.Internal
5
{
9
public
abstract
class
SwarmServer
10
{
14
[Required]
15
public
virtual
Uri?
Address
{
get
;
set
; }
16
20
public
virtual
Uri?
PublicAddress
{
get
;
set
; }
21
25
[Required]
26
public
string
?
Identifier
{
get
;
set
; }
27
}
28
}
Tgstation.Server.Api.Models.Internal.SwarmServer
Information about a server in the swarm.
Definition:
SwarmServer.cs:10
Tgstation.Server.Api.Models.Internal.SwarmServer.PublicAddress
virtual ? Uri PublicAddress
The address the swarm server can be publically accessed.
Definition:
SwarmServer.cs:20
Tgstation.Server.Api.Models.Internal.SwarmServer.Address
virtual ? Uri Address
The public address of the server.
Definition:
SwarmServer.cs:15
Tgstation.Server.Api.Models.Internal.SwarmServer.Identifier
string? Identifier
The server's identifier.
Definition:
SwarmServer.cs:26
Tgstation.Server.Api.Models.Internal
Definition:
ChatBotApiBase.cs:6
Generated by
1.9.5