1using System.Collections.Generic;
55 public ICollection<Job>
Jobs {
get;
set; }
65 Jobs =
new List<Job>();
virtual ? long Id
The ID of the entity.
string? AutoStartCron
A cron expression indicating when the game server should start. Must be a valid 6 part cron schedule ...
ConfigurationType? ConfigurationType
If IConfigurationFiles can be used on the Instance.
bool? Online
If the Instance is online.
string? Path
The path to where the Instance is located. Can only be changed while the Instance is offline....
string? AutoUpdateCron
A cron expression indicating when auto-updates should trigger. Must be a valid 6 part cron schedule (...
ushort? ChatBotLimit
The maximum number of chat bots the Instance may contain.
string? AutoStopCron
A cron expression indicating when the game server should stop. Must be a valid 6 part cron schedule (...
uint? AutoUpdateInterval
The time interval in minutes the repository is automatically pulled and compiles. 0 disables.
virtual ? string Name
The name of the entity represented by the NamedEntity.
Server response for Instances.
Represents an Api.Models.Instance in the database.
ICollection< InstancePermissionSet > InstancePermissionSets
The InstancePermissionSets in the Instance.
ICollection< Job > Jobs
The Jobs in the Instance.
ICollection< RevisionInformation > RevisionInformations
The RevisionInformations in the Instance.
const ushort DefaultChatBotLimit
Default for Api.Models.Instance.ChatBotLimit.
string? SwarmIdentifer
The Api.Models.Internal.SwarmServer.Identifier of the the server in the swarm this instance belongs t...
Instance()
Initializes a new instance of the Instance class.
ICollection< ChatBot > ChatSettings
The ChatBots for the Instance.
ConfigurationType
The type of configuration allowed on an Instance.