firecracker-node
    Preparing search index...

    Interface InstanceInfo

    Represents the information of an instance.

    interface InstanceInfo {
        app_name: string;
        id: string;
        state: InstanceState;
        vmm_version: string;
    }
    Index

    Properties

    app_name: string

    Application name

    id: string

    MicroVM / Instance ID

    The current detailed state (Not started, Running, Paused) of the Firecracker instance. This value is read-only for the control-plane.

    vmm_version: string

    MicroVM hypervisor build version.