firecracker-node
    Preparing search index...

    Variable InstanceStatesConst

    InstanceStates: {
        NotStarted: "Not Started";
        Paused: "Paused";
        Running: "Running";
    } = ...

    Represents the possible states of a Firecracker instance.

    Type Declaration

    • ReadonlyNotStarted: "Not Started"
    • ReadonlyPaused: "Paused"
    • ReadonlyRunning: "Running"