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

    Interface AllocationServiceServer

    interface AllocationServiceServer {
        create: handleUnaryCall<CreateAllocationRequest, Operation>;
        delete: handleUnaryCall<DeleteAllocationRequest, Operation>;
        get: handleUnaryCall<GetAllocationRequest, Allocation>;
        getByName: handleUnaryCall<GetAllocationByNameRequest, Allocation>;
        list: handleUnaryCall<ListAllocationsRequest, ListAllocationsResponse>;
        update: handleUnaryCall<UpdateAllocationRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • AllocationServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreateAllocationRequest, Operation>
    delete: handleUnaryCall<DeleteAllocationRequest, Operation>
    get: handleUnaryCall<GetAllocationRequest, Allocation>
    getByName: handleUnaryCall<GetAllocationByNameRequest, Allocation>
    update: handleUnaryCall<UpdateAllocationRequest, Operation>