pterodactyl.ts
    Preparing search index...

    Class Allocation

    Implements

    • AllocationAttributes
    Index

    Constructors

    Properties

    id: number
    ip: string
    ip_alias?: string
    is_default: boolean
    notes?: string | null
    parentServer: Server
    port: number

    Methods

    • Set the notes of this allocation

      Parameters

      • notes: string

      Returns Promise<void>

    • Remove this allocation from this Server To be able to unassign this allocation this CAN NOT be the primary allocation!

      Returns Promise<void>