hetzner-ts
    Preparing search index...

    Interface Image

    interface Image {
        architecture: string;
        bound_to: null | number;
        created: string;
        created_from: null | ImageCreatedFrom;
        deleted: null | string;
        deprecated: null | string;
        description: string;
        disk_size: number;
        id: number;
        image_size: null | number;
        labels: Record<string, string>;
        name: string;
        os_flavor: string;
        os_version: null | string;
        protection: ImageProtection;
        rapid_deploy: boolean;
        status: string;
        type: string;
    }
    Index

    Properties

    architecture: string
    bound_to: null | number
    created: string
    created_from: null | ImageCreatedFrom
    deleted: null | string
    deprecated: null | string
    description: string
    disk_size: number
    id: number
    image_size: null | number
    labels: Record<string, string>
    name: string
    os_flavor: string
    os_version: null | string
    protection: ImageProtection
    rapid_deploy: boolean
    status: string
    type: string