@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>;
        listByPool: handleUnaryCall<
            ListAllocationsByPoolRequest,
            ListAllocationsResponse,
        >;
        listBySubnet: handleUnaryCall<
            ListAllocationsBySubnetRequest,
            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>
    listByPool: handleUnaryCall<
        ListAllocationsByPoolRequest,
        ListAllocationsResponse,
    >
    listBySubnet: handleUnaryCall<
        ListAllocationsBySubnetRequest,
        ListAllocationsResponse,
    >
    update: handleUnaryCall<UpdateAllocationRequest, Operation>