@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ClusterSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.ClusterSpec";
        backup?: BackupSpec;
        bootstrap?: BootstrapSpec;
        config?: ConfigSpec;
        description: string;
        networkId: 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.ClusterSpec"
    backup?: BackupSpec
    bootstrap?: BootstrapSpec
    config?: ConfigSpec
    description: string

    Description of the PostgreSQL cluster.

    networkId: string

    Network ID in which the cluster is created.