node-redfish
    Preparing search index...

    Interface Boot

    interface Boot {
        BootSourceOverrideEnabled?: string;
        BootSourceOverrideMode?: string;
        BootSourceOverrideTarget?: string;
        BootSourceOverrideTarget_RedfishAllowableValues?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    BootSourceOverrideEnabled?: string
    BootSourceOverrideMode?: string
    BootSourceOverrideTarget?: string
    BootSourceOverrideTarget_RedfishAllowableValues?: string[]