@truenas/api-client
    Preparing search index...

    Interface UPSUpdate

    interface UPSUpdate {
        driver?: string;
        extrausers?: string;
        hostsync?: number;
        identifier?: string;
        mode?: v25_10_0.UPSEntryModeInput;
        monpwd?: string;
        monuser?: string;
        nocommwarntime?: number | null;
        options?: string;
        optionsupsd?: string;
        port?: string;
        powerdown?: boolean;
        remotehost?: string;
        remoteport?: number;
        rmonitor?: boolean;
        shutdown?: v25_10_0.Shutdown;
        shutdowncmd?: string | null;
        shutdowntimer?: number;
    }
    Index
    driver?: string
    extrausers?: string
    hostsync?: number
    identifier?: string
    monpwd?: string
    monuser?: string
    nocommwarntime?: number | null
    options?: string
    optionsupsd?: string
    port?: string
    powerdown?: boolean
    remotehost?: string
    remoteport?: number
    rmonitor?: boolean
    shutdown?: v25_10_0.Shutdown
    shutdowncmd?: string | null
    shutdowntimer?: number