Mayson Monorepo Documentation
    Preparing search index...
    interface RebootWindow {
        end_hour: number;
        start_hour: number;
    }
    Index

    Properties

    Properties

    end_hour: number

    Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.

    start_hour: number

    Integer between 0 to 23 that represents the start hour of the reboot time window.