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

    Interface CapacityIntervalServiceServer

    Handles server calls for the nebius.capacity.v1.CapacityIntervalService service.

    interface CapacityIntervalServiceServer {
        get: handleUnaryCall<GetCapacityIntervalRequest, CapacityInterval>;
        list: handleUnaryCall<
            ListCapacityIntervalsRequest,
            ListCapacityIntervalsResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • CapacityIntervalServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.capacity.v1.CapacityIntervalService service.

    Index

    Get Capacity Interval by its ID.

    list: handleUnaryCall<
        ListCapacityIntervalsRequest,
        ListCapacityIntervalsResponse,
    >

    List all capacity intervals in a Capacity Block Group.