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

    Interface RouteStatus

    interface RouteStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.RouteStatus";
        nextHop?: NextHopState;
        priority: number;
        state: RouteStatus_State;
        type: RouteStatus_Type;
        [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.

    priority: number

    Indicates priority of the route. That is 0 or a positive number. Lower value = higher priority; 0 is the highest priority.

    Current state of the route.

    Indicates the route type. REDISTRIBUTED routes cannot be deleted directly.