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

    Represents the nebius.msp.postgresql.v1alpha1.ConfigSpec protobuf message.

    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

      Represents the nebius.msp.postgresql.v1alpha1.ConfigSpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.msp.postgresql.v1alpha1.ConfigSpec protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.msp.postgresql.v1alpha1.ConfigSpec"

    Contains the fully qualified protobuf type name.

    config?: {
        $case: "postgresqlConfig_16";
        postgresqlConfig_16: PostgresqlConfig16;
    }

    Config of the PostgreSQL cluster.

    Type Declaration

    • $case: "postgresqlConfig_16"

      Contains the case.

    • postgresqlConfig_16: PostgresqlConfig16

      Contains the postgresql config 16.

    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