Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.65 KB

CreateServerConfigRequest.md

File metadata and controls

21 lines (17 loc) · 1.65 KB

OdinFleet.Model.CreateServerConfigRequest

Properties

Name Type Description Notes
Name string The name of the server configuration
Args string The arguments to pass to the command (overrides CMD of the Dockerfile) [optional]
Command string The command to run in the container (overrides ENTRYPOINT of the Dockerfile) [optional]
Notes string The notes of the server config - to keep track of things and to inform colleagues [optional]
BinaryId int The binary id of the server configuration
ConfigFiles List<ConfigFile> The config files used in this server configuration [optional]
SecretFiles List<SecretFile> The secret files used in this server configuration [optional]
Resources ResourceAllocations The resources used in this server configuration [optional]
RestartPolicy RestartPolicy The restart policy of the server configuration [optional]
Env List<EnvironmentVariableDefinition> The environment variables used in this server configuration [optional]
Mounts List<Mount> The mounts used in this server configuration [optional]
Ports List<PortDefinition> The port definitions [optional]

[Back to Model list] [Back to API list] [Back to README]