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

    Interface RouteStatus

    Represents the nebius.vpc.v1.RouteStatus protobuf message.

    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

      Represents the nebius.vpc.v1.RouteStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1.RouteStatus protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.vpc.v1.RouteStatus"

    Contains the fully qualified protobuf type name.

    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.