@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ClusterStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.postgresql.v1alpha1.ClusterStatus";
        connectionEndpoints?: Endpoints;
        phase: ClusterStatus_Phase;
        presetDetails?: PresetDetails;
        state: ClusterStatus_State;
        [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.ClusterStatus"
    connectionEndpoints?: Endpoints

    Connection endpoints of the PostgreSQL cluster.

    Current phase of the cluster.

    presetDetails?: PresetDetails

    Cluster resource preset details

    State reflects substatus of the phase to define whether it's healthy or not.