node-firecracker
    Preparing search index...

    Interface PartialNetworkInterface

    interface PartialNetworkInterface {
        iface_id: string;
        rx_rate_limiter?: RateLimiter;
        tx_rate_limiter?: RateLimiter;
    }
    Index

    Properties

    iface_id: string
    rx_rate_limiter?: RateLimiter
    tx_rate_limiter?: RateLimiter