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

    Interface AllocationServiceServer

    Handles server calls for the nebius.vpc.v1.AllocationService service.

    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

      Handles server calls for the nebius.vpc.v1.AllocationService service.

    Index
    create: handleUnaryCall<CreateAllocationRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteAllocationRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetAllocationRequest, Allocation>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetAllocationByNameRequest, Allocation>

    Handles the GetByName RPC.

    Handles the List RPC.

    listByPool: handleUnaryCall<
        ListAllocationsByPoolRequest,
        ListAllocationsResponse,
    >

    Handles the ListByPool RPC.

    listBySubnet: handleUnaryCall<
        ListAllocationsBySubnetRequest,
        ListAllocationsResponse,
    >

    Handles the ListBySubnet RPC.

    update: handleUnaryCall<UpdateAllocationRequest, Operation>

    Handles the Update RPC.