node-firecracker
    Preparing search index...

    Interface Drive

    interface Drive {
        cache_type?: DriveCacheType;
        drive_id: string;
        io_engine?: DriveIoEngine;
        is_read_only?: boolean;
        is_root_device: boolean;
        partuuid?: string;
        path_on_host?: string;
        rate_limiter?: RateLimiter;
        socket?: string;
    }
    Index

    Properties

    cache_type?: DriveCacheType
    drive_id: string
    io_engine?: DriveIoEngine
    is_read_only?: boolean
    is_root_device: boolean
    partuuid?: string
    path_on_host?: string
    rate_limiter?: RateLimiter
    socket?: string