node-firecracker
    Preparing search index...

    Interface FullVmConfiguration

    interface FullVmConfiguration {
        balloon?: Balloon;
        "boot-source"?: BootSource;
        drives?: Drive[];
        logger?: Logger;
        "machine-config"?: MachineConfiguration;
        metrics?: Metrics;
        "mmds-config"?: MmdsConfig;
        "network-interfaces"?: NetworkInterface[];
        vsock?: Vsock;
    }
    Index

    Properties

    balloon?: Balloon
    "boot-source"?: BootSource
    drives?: Drive[]
    logger?: Logger
    "machine-config"?: MachineConfiguration
    metrics?: Metrics
    "mmds-config"?: MmdsConfig
    "network-interfaces"?: NetworkInterface[]
    vsock?: Vsock