hetzner-ts
    Preparing search index...

    Interface ServerType

    interface ServerType {
        architecture: string;
        cores: number;
        cpu_type: string;
        deprecated: boolean;
        deprecation: null | DeprecationInfo;
        description: string;
        disk: number;
        id: number;
        memory: number;
        name: string;
        prices: ServerTypePrice[];
        storage_type: string;
    }
    Index

    Properties

    architecture: string
    cores: number
    cpu_type: string
    deprecated: boolean
    deprecation: null | DeprecationInfo
    description: string
    disk: number
    id: number
    memory: number
    name: string
    prices: ServerTypePrice[]
    storage_type: string