class

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)
Source

Instance methods

allocation
Source
allocation=(allocation : NamedTuple(default: Int32, additional: Array(Int32)))
Source
as_json
Source
docker_image
Source
docker_image=(docker_image : String)
Source
egg=(egg : Int64)
Source
environment
Source
environment=(environment : Hash(String, String))
Source
feature_limits
Source
feature_limits=(feature_limits : Hash(String, Int32))
Source
limits
Source
limits=(limits : Hash(String, Int32))
Source
name
Source
name=(name : String)
Source
skip_scripts
Source
skip_scripts=(skip_scripts : Bool)
Source
start_on_completion
Source
start_on_completion=(start_on_completion : Bool)
Source
startup
Source
startup=(startup : String)
Source
user
Source
user=(user : Int64)
Source