hetzner-ts
    Preparing search index...

    Interface ListImagesParams

    interface ListImagesParams {
        architecture?: "x86" | "arm64";
        bound_to?: string;
        include_deprecated?: boolean;
        label_selector?: string;
        name?: string;
        page?: number;
        per_page?: number;
        sort?: "id" | "id:asc" | "id:desc" | "name" | "name:asc" | "name:desc";
        status?: "available" | "creating" | "unavailable";
        type?: "system" | "app" | "snapshot" | "backup";
    }
    Index

    Properties

    architecture?: "x86" | "arm64"
    bound_to?: string
    include_deprecated?: boolean
    label_selector?: string
    name?: string
    page?: number
    per_page?: number
    sort?: "id" | "id:asc" | "id:desc" | "name" | "name:asc" | "name:desc"
    status?: "available" | "creating" | "unavailable"
    type?: "system" | "app" | "snapshot" | "backup"