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

    Interface PoolServiceServer

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

    interface PoolServiceServer {
        create: handleUnaryCall<CreatePoolRequest, Operation>;
        delete: handleUnaryCall<DeletePoolRequest, Operation>;
        get: handleUnaryCall<GetPoolRequest, Pool>;
        getByName: handleUnaryCall<GetPoolByNameRequest, Pool>;
        list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>;
        listBySourcePool: handleUnaryCall<
            ListPoolsBySourcePoolRequest,
            ListPoolsResponse,
        >;
        update: handleUnaryCall<UpdatePoolRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • PoolServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index
    create: handleUnaryCall<CreatePoolRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeletePoolRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetPoolRequest, Pool>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetPoolByNameRequest, Pool>

    Handles the GetByName RPC.

    list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>

    Handles the List RPC.

    listBySourcePool: handleUnaryCall<
        ListPoolsBySourcePoolRequest,
        ListPoolsResponse,
    >

    Handles the ListBySourcePool RPC.

    update: handleUnaryCall<UpdatePoolRequest, Operation>

    Handles the Update RPC.