1using System.ComponentModel.DataAnnotations;
Base class for DreamDaemon API models.
Represents an instance of BYOND's DreamDaemon game server. Create action starts the server....
WatchdogStatus? Status
The current WatchdogStatus.
CompileJobResponse? ActiveCompileJob
The live revision.
DreamDaemonVisibility? CurrentVisibility
The current DreamDaemonVisibility.
CompileJobResponse? StagedCompileJob
The next revision to go live.
bool? CurrentAllowWebclient
The webclient status the running DreamDaemonResponse instance is set to.
ushort? CurrentPort
The port the running DreamDaemonResponse instance is set to.
DreamDaemonSecurity? CurrentSecurity
The current DreamDaemonSecurity. May be upgraded. due to requirements of ActiveCompileJob.
DreamDaemonVisibility
The visibility setting for DreamDaemon.
WatchdogStatus
The current status of the watchdog.
DreamDaemonSecurity
DreamDaemon's security level.