@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface BackupSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.BackupSpec";
        backupWindowStart: string;
        retentionPolicy: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.postgresql.v1alpha1.BackupSpec"
    backupWindowStart: string

    Backup window start in "HH:MM:SS" format (UTC Time)

    retentionPolicy: string

    Retention policy to be used for backups and WALs (i.e. '7d')