Skip to main content
Module

x/ptereno/lib/types/client.ts>ServerResourceAttributes

An efficient and fully compliant Pterodactyl API wrapper.
Latest
interface ServerResourceAttributes
import { type ServerResourceAttributes } from "https://deno.land/x/ptereno@v1.0.1/lib/types/client.ts";

Properties

current_state: string
is_suspended: boolean
resources: { memory_bytes: number; cpu_absolute: number; disk_bytes: number; network_rx_bytes: number; network_tx_bytes: number; }