node-firecracker
    Preparing search index...

    Interface SnapshotCreateParams

    interface SnapshotCreateParams {
        mem_file_path: string;
        snapshot_path: string;
        snapshot_type?: SnapshotType;
    }
    Index

    Properties

    mem_file_path: string
    snapshot_path: string
    snapshot_type?: SnapshotType