tgstation-server
6.16.0
The /tg/station 13 server suite
Toggle main menu visibility
Main Page
Features
API
Architecture
Packages
Package List
Package Members
All
[
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Functions
Variables
Enumerations
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Swarm
SwarmServersUpdateRequest.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
using
System.ComponentModel.DataAnnotations;
3
4
using
Tgstation.Server.Api.Models.Internal
;
5
6
namespace
Tgstation.Server.Host.Swarm
7
{
11
public
sealed
class
SwarmServersUpdateRequest
12
{
16
[Required]
17
public
ICollection<SwarmServerInformation>?
SwarmServers
{
get
;
set
; }
18
}
11
public
sealed
class
SwarmServersUpdateRequest
{
…
};
19
}
Tgstation.Server.Host.Swarm.SwarmServersUpdateRequest
A request to update a nodes list of SwarmServers.
Definition
SwarmServersUpdateRequest.cs:12
Tgstation.Server.Host.Swarm.SwarmServersUpdateRequest.SwarmServers
ICollection< SwarmServerInformation >? SwarmServers
The ICollection<T> of updated SwarmServerInformations.
Definition
SwarmServersUpdateRequest.cs:17
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Tgstation.Server.Host.Swarm
Definition
ISwarmOperations.cs:9
Generated by
1.9.8