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.
ushort? CurrentTopicPort
The EngineType.OpenDream topic port the running DreamDaemonResponse instance is set to.
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.
long? ImmediateMemoryUsage
The amount of RAM in use by the game server in bytes.
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.