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

    Read only endpoint of the PostgreSQL cluster accessible from the private VPC.

    privateReadWrite: string

    Read write endpoint of the PostgreSQL cluster accessible from the private VPC.

    publicReadOnly: string

    Read only endpoint of the PostgreSQL cluster accessible from the internet.

    publicReadWrite: string

    Read write endpoint of the PostgreSQL cluster accessible from the internet.