hetzner-ts
    Preparing search index...

    Interface Datacenter

    interface Datacenter {
        description: string;
        id: number;
        location: Location;
        name: string;
        server_types: {
            available: number[];
            available_for_migration: number[];
            supported: number[];
        };
    }
    Index

    Properties

    description: string
    id: number
    location: Location
    name: string
    server_types: {
        available: number[];
        available_for_migration: number[];
        supported: number[];
    }