@edgible-team/sdk
    Preparing search index...

    Interface PreparedVm

    Result of prepareVm: a started VM the caller owns (call vm.stop()).

    interface PreparedVm {
        image: ImageChoice;
        vm: VirtualMachine;
    }
    Index

    Properties

    Properties

    Which image tier was selected (warm | prebuilt | base).