node-firecracker
    Preparing search index...

    Interface PartialDrive

    interface PartialDrive {
        drive_id: string;
        path_on_host?: string;
        rate_limiter?: RateLimiter;
    }
    Index

    Properties

    drive_id: string
    path_on_host?: string
    rate_limiter?: RateLimiter