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

    Interface RouteStatus

    interface RouteStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.RouteStatus";
        nextHop?: NextHopState;
        state: RouteStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.RouteStatus"
    nextHop?: NextHopState

    Detailed status of the next hop configuration.

    Current state of the route.