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

    Interface TunnelStatus

    TunnelStatus represents the current state of the tunnel.

    interface TunnelStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.tunnel.v1.TunnelStatus";
        services: ServiceStatus[];
        state: TunnelStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      TunnelStatus represents the current state of the tunnel.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • TunnelStatus represents the current state of the tunnel.

            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.tunnel.v1.TunnelStatus"

    Contains the fully qualified protobuf type name.

    services: ServiceStatus[]

    Services reachable through the tunnel. A service is listed while at least one agent announces it, and follows the agents within about 30 seconds.

    Current lifecycle state of the tunnel.