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

    Interface MaintenanceServiceServer

    Handles server calls for the nebius.maintenance.v1alpha1.MaintenanceService service.

    interface MaintenanceServiceServer {
        get: handleUnaryCall<GetMaintenanceRequest, Maintenance>;
        list: handleUnaryCall<ListMaintenancesRequest, ListMaintenancesResponse>;
        update: handleUnaryCall<
            UpdateMaintenanceRequest,
            UpdateMaintenanceResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • MaintenanceServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.maintenance.v1alpha1.MaintenanceService service.

    Index
    get: handleUnaryCall<GetMaintenanceRequest, Maintenance>

    Returns the specified maintenance operation. To get the list of upcoming and past maintenance operations, make a [List] request.

    Retrieves the list of maintenance operations that belong to the specified container.

    Updates the specified maintenance operation.