@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface RestoreClusterRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.RestoreClusterRequest";
        backupId: string;
        metadata?: ResourceMetadata;
        recoveryTime?: Dayjs;
        sourceClusterId: string;
        spec?: ClusterSpec;
        [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.RestoreClusterRequest"
    backupId: string

    ID of the backup to restore from.

    metadata?: ResourceMetadata

    Metadata associated with the new cluster.

    recoveryTime?: Dayjs

    Timestamp for point in time recovery.

    sourceClusterId: string

    ID of the PostgreSQL cluster to restore from.

    Specification for the new cluster.