Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pterodactyl_panel_client
v0.4.0
Pterodactyl
APIError
ApplicationSdk
Body
UpdateServerBuild
UpdateServerStartup
ClientSdk
Converter
CreateServerRequest
HttpClient
Meta
Models
AccountDetails
AllocatedResource
APIResponse
AppAllocation
ApplicationServer
Converter
DataConverter
Backup
BackupDownloadable
BaseEggVariable
ClientAllocation
ClientServer
EggVariable
Converter
DataConverter
Config
Container
Data
Egg
Converter
DataConverter
Relationships
Error
ErrorList
ErrorMetadata
FeatureLimits
Limits
Location
Nest
Converter
DataConverter
Relationships
Node
Resources
ResourceUsage
Script
User
Variable
Converter
DataConverter
WebsocketCredentials
NodeParam
PaginationDetails
UserMeta
PterodactylPanelClient
Generated using Crystal 1.14.0
2024-11-26 10:38:08 UTC
struct
Pterodactyl::
Models::
Limits
Pterodactyl::Models::Limits
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
models/servers.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#cpu
: Int32
#disk
: Int32
#io
: Int32
#memory
: Int32
#swap
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
cpu
: Int32
#
[
View source
]
def
disk
: Int32
#
[
View source
]
def
io
: Int32
#
[
View source
]
def
memory
: Int32
#
[
View source
]
def
swap
: Int32
#
[
View source
]