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

    Interface ServiceStatus

    ServiceStatus is a service reachable through the tunnel.

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

    Indexable

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

      ServiceStatus is a service reachable through the tunnel.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • ServiceStatus is a service reachable through 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.ServiceStatus"

    Contains the fully qualified protobuf type name.

    endpoint: string

    Where to reach the service, as host:port. The tunnel terminates TLS, so a client connects over TLS and sends the host as SNI. What travels inside is whatever the service speaks, which the tunnel does not interpret. For example, "app-hy3wnb3wstpk7dz.tunnel.example.com:443".

    name: string

    Name of the service, as the agent announced it. 1-20 characters, lowercase letters and digits only: the hostname joins the name to the tunnel id with a dash, so a name may not contain one. For example, "app".