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

    Interface InstanceServiceServer

    interface InstanceServiceServer {
        create: handleUnaryCall<CreateInstanceRequest, Operation>;
        delete: handleUnaryCall<DeleteInstanceRequest, Operation>;
        get: handleUnaryCall<GetInstanceRequest, Instance>;
        getByName: handleUnaryCall<GetByNameRequest, Instance>;
        list: handleUnaryCall<ListInstancesRequest, ListInstancesResponse>;
        listOperationsByParent: handleUnaryCall<
            ListOperationsByParentRequest,
            ListOperationsResponse,
        >;
        start: handleUnaryCall<StartInstanceRequest, Operation>;
        stop: handleUnaryCall<StopInstanceRequest, Operation>;
        update: handleUnaryCall<UpdateInstanceRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • InstanceServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreateInstanceRequest, Operation>
    delete: handleUnaryCall<DeleteInstanceRequest, Operation>
    get: handleUnaryCall<GetInstanceRequest, Instance>
    getByName: handleUnaryCall<GetByNameRequest, Instance>
    listOperationsByParent: handleUnaryCall<
        ListOperationsByParentRequest,
        ListOperationsResponse,
    >
    start: handleUnaryCall<StartInstanceRequest, Operation>
    stop: handleUnaryCall<StopInstanceRequest, Operation>
    update: handleUnaryCall<UpdateInstanceRequest, Operation>