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

    Interface ListTunnelRequest

    Request to list tunnels within a parent resource.

    interface ListTunnelRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.tunnel.v1.ListTunnelRequest";
        filter: string;
        pageSize: Long;
        pageToken: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Request to list tunnels within a parent resource.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Request to list tunnels within a parent resource.

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

    Contains the fully qualified protobuf type name.

    filter: string

    Filter expression for narrowing results.

    pageSize: Long

    Maximum number of items to return per page.

    pageToken: string

    Token for retrieving the next page of results.

    parentId: string

    Identifier of the parent resource.