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

    Handles server calls for the nebius.msp.postgresql.v1alpha1.BackupService service.

    interface BackupServiceServer {
        create: handleUnaryCall<CreateBackupRequest, Operation>;
        delete: handleUnaryCall<DeleteBackupRequest, Operation>;
        get: handleUnaryCall<GetBackupRequest, Backup>;
        list: handleUnaryCall<ListBackupsRequest, ListBackupsResponse>;
        listByCluster: handleUnaryCall<
            ListBackupsByClusterRequest,
            ListBackupsResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • BackupServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.msp.postgresql.v1alpha1.BackupService service.

    Index
    create: handleUnaryCall<CreateBackupRequest, Operation>

    Creates a new on-demand backup.

    delete: handleUnaryCall<DeleteBackupRequest, Operation>

    Deletes an on-demand backup.

    get: handleUnaryCall<GetBackupRequest, Backup>

    Returns the specified PostgreSQL Cluster backup. To get the list of available PostgreSQL Cluster backups, make a [List] or [ListByCluster] request.

    list: handleUnaryCall<ListBackupsRequest, ListBackupsResponse>

    Retrieves the list of PostgreSQL Cluster backups by project.

    listByCluster: handleUnaryCall<ListBackupsByClusterRequest, ListBackupsResponse>

    Retrieves the list of PostgreSQL Cluster backups by cluster.