@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface BootstrapSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.BootstrapSpec";
        dbName: string;
        userName: string;
        userPassword: 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.BootstrapSpec"
    dbName: string

    Name of the PostgreSQL database. 1-63 characters long.

    userName: string

    Name of the bootstrap PostgreSQL user.

    userPassword: string

    Password of the bootstrap PostgreSQL user.