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

    Interface PoolServiceServer

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

    interface PoolServiceServer {
        get: handleUnaryCall<GetPoolRequest, Pool>;
        getByName: handleUnaryCall<GetPoolByNameRequest, Pool>;
        list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • PoolServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index
    get: handleUnaryCall<GetPoolRequest, Pool>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetPoolByNameRequest, Pool>

    Handles the GetByName RPC.

    list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>

    Handles the List RPC.