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

    Interface DiskServiceServer

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

    interface DiskServiceServer {
        create: handleUnaryCall<CreateDiskRequest, Operation>;
        delete: handleUnaryCall<DeleteDiskRequest, Operation>;
        get: handleUnaryCall<GetDiskRequest, Disk>;
        getByName: handleUnaryCall<GetByNameRequest, Disk>;
        list: handleUnaryCall<ListDisksRequest, ListDisksResponse>;
        listOperationsByParent: handleUnaryCall<
            ListOperationsByParentRequest,
            ListOperationsResponse,
        >;
        update: handleUnaryCall<UpdateDiskRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • DiskServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index
    create: handleUnaryCall<CreateDiskRequest, Operation>

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

    delete: handleUnaryCall<DeleteDiskRequest, Operation>

    Deletes a disk by its ID.

    get: handleUnaryCall<GetDiskRequest, Disk>

    Retrieves information about a disk by its ID.

    getByName: handleUnaryCall<GetByNameRequest, Disk>

    Retrieves information about a disk by its parent and name.

    list: handleUnaryCall<ListDisksRequest, ListDisksResponse>

    Lists all disks within a specified parent.

    listOperationsByParent: handleUnaryCall<
        ListOperationsByParentRequest,
        ListOperationsResponse,
    >

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

    update: handleUnaryCall<UpdateDiskRequest, Operation>

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