Hierarchy

  • EditServerBuild

Properties

addAllocations?: number[]

Array of new allocation ids to add

allocationId?: number

The new primary allocation id

allocations?: number

Amount allocations server can create

backups?: number

Amount backups server can create

cpu?: number

Amount of cpu resources to give (1 core = 100) (0 unlimited)

databases?: number

Amount databases server can create

disk?: number

Amount of disk space to give (1024 = 1GB) (0 unlimited)

io?: number

ADVANCED IO performance of the host server (between 10 and 1000)

memory?: number

Amount of memory resources to give (1024 = 1GB) (0 unlimited)

Include information about server relationships

removeAllocations?: number[]

Array of allocation ids to remove from server

swap?: number

Amount swap resources to give (1024 = 1GB) (-1 unlimited)

threads?: string

ADVANCED Threads for the server to use

Generated using TypeDoc