@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface MaintenanceServiceServer

    interface MaintenanceServiceServer {
        getByInstance: handleUnaryCall<
            GetMaintenanceEventByInstanceRequest,
            MaintenanceEvent,
        >;
        listActive: handleUnaryCall<
            ListMaintenanceEventsRequest,
            ListMaintenanceEventsResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • MaintenanceServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    getByInstance: handleUnaryCall<
        GetMaintenanceEventByInstanceRequest,
        MaintenanceEvent,
    >
    listActive: handleUnaryCall<
        ListMaintenanceEventsRequest,
        ListMaintenanceEventsResponse,
    >