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

    Interface FilesystemServiceServer

    Handles server calls for the nebius.compute.v1.FilesystemService service.

    interface FilesystemServiceServer {
        create: handleUnaryCall<CreateFilesystemRequest, Operation>;
        delete: handleUnaryCall<DeleteFilesystemRequest, Operation>;
        get: handleUnaryCall<GetFilesystemRequest, Filesystem>;
        getByName: handleUnaryCall<GetByNameRequest, Filesystem>;
        list: handleUnaryCall<ListFilesystemsRequest, ListFilesystemsResponse>;
        listOperationsByParent: handleUnaryCall<
            ListOperationsByParentRequest,
            ListOperationsResponse,
        >;
        update: handleUnaryCall<UpdateFilesystemRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • FilesystemServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.compute.v1.FilesystemService service.

    Index
    create: handleUnaryCall<CreateFilesystemRequest, Operation>

    Creates a new filesystem with the specified configuration. For details, see https://docs.nebius.com/compute/storage/manage

    delete: handleUnaryCall<DeleteFilesystemRequest, Operation>

    Deletes a disk by its ID.

    get: handleUnaryCall<GetFilesystemRequest, Filesystem>

    Retrieves information about a filesystem by its ID.

    getByName: handleUnaryCall<GetByNameRequest, Filesystem>

    Retrieves information about a filesystem by its parent and name.

    Lists all filesystems within a specified parent.

    listOperationsByParent: handleUnaryCall<
        ListOperationsByParentRequest,
        ListOperationsResponse,
    >

    Lists all operations that were performed within a specific parent resource.

    update: handleUnaryCall<UpdateFilesystemRequest, Operation>

    Updates an existing filesystem with new configuration parameters. For details, see https://docs.nebius.com/compute/storage/manage#parameters