Pterodactyl::CreateServerRequest
Inherits Reference < Object
Constructors
new(name : String, user : Int64, egg : Int64, docker_image : String, startup : String, environment : Hash(String, String), limits : Hash(String, Int32), feature_limits : Hash(String, Int32), allocation : NamedTuple(default: Int32, additional: Array(Int32)), start_on_completion : Bool = false, skip_scripts : Bool = false)
SourceInstance methods
allocation
Sourceallocation=(allocation : NamedTuple(default: Int32, additional: Array(Int32)))
Sourceas_json
Sourcedocker_image
Sourcedocker_image=(docker_image : String)
Sourceegg
Sourceegg=(egg : Int64)
Sourceenvironment
Sourceenvironment=(environment : Hash(String, String))
Sourcefeature_limits
Sourcefeature_limits=(feature_limits : Hash(String, Int32))
Sourcelimits
Sourcelimits=(limits : Hash(String, Int32))
Sourcename
Sourcename=(name : String)
Sourceskip_scripts
Sourceskip_scripts=(skip_scripts : Bool)
Sourcestart_on_completion
Sourcestart_on_completion=(start_on_completion : Bool)
Sourcestartup
Sourcestartup=(startup : String)
Sourceuser
Sourceuser=(user : Int64)
Source