@edgible-team/sdk
    Preparing search index...

    Interface WarmMeta

    Sidecar describing the warm image: lets us decide whether the snapshot is still valid for the current source tree and host QEMU without booting.

    interface WarmMeta {
        cpus: number;
        createdAt: string;
        loadvmTag: string;
        memory: number;
        qemuBinary: string;
        qemuVersion: string;
        sourceHash: string;
    }
    Index

    Properties

    cpus: number
    createdAt: string
    loadvmTag: string
    memory: number
    qemuBinary: string
    qemuVersion: string
    sourceHash: string