@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ConfigSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.ConfigSpec";
        config?: {
            $case: "postgresqlConfig_16";
            postgresqlConfig_16: PostgresqlConfig16;
        };
        poolerConfig?: ConnectionPoolerConfig;
        publicAccess: boolean;
        template?: TemplateSpec;
        version: 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.ConfigSpec"
    config?: {
        $case: "postgresqlConfig_16";
        postgresqlConfig_16: PostgresqlConfig16;
    }

    Config of the PostgreSQL cluster.

    poolerConfig?: ConnectionPoolerConfig

    Configuration of the connection pooler.

    publicAccess: boolean

    Either make cluster public accessible or accessible only via private VPC.

    template?: TemplateSpec

    Resources allocated to PostgreSQL hosts.

    version: string

    Version of PostgreSQL used in the cluster. Possible values: 16