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

    Interface ListTunnelsResponse

    Response containing a list of tunnels.

    interface ListTunnelsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.tunnel.v1.ListTunnelsResponse";
        items: Tunnel[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Response containing a list of tunnels.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Response containing a list of tunnels.

            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.ListTunnelsResponse"

    Contains the fully qualified protobuf type name.

    items: Tunnel[]

    List of tunnels matching the request.

    nextPageToken: string

    Token to retrieve the next page of results, empty if no more results.