Avalanche SDK Client
    Preparing search index...

    Type Alias LoadVMsReturnType

    Return type for the admin.loadVMs method.

    type LoadVMsReturnType = {
        failedVMs: { [vmID: string]: string };
        newVMs: { [vmID: string]: string[] };
    }
    Index

    Properties

    Properties

    failedVMs: { [vmID: string]: string }

    Object containing any VMs that failed to load

    newVMs: { [vmID: string]: string[] }

    Object containing the newly loaded VMs