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

    Interface Tunnel

    Tunnel represents a secure tunnel connection for applications. It enables connectivity between applications and external services within a parent.

    interface Tunnel {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.tunnel.v1.Tunnel";
        metadata?: ResourceMetadata;
        spec?: TunnelSpec;
        status?: TunnelStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Tunnel represents a secure tunnel connection for applications. It enables connectivity between applications and external services within a parent.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Tunnel represents a secure tunnel connection for applications. It enables connectivity between applications and external services within a parent.

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

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Resource metadata containing identification and hierarchy information.

    spec?: TunnelSpec

    Specification of the tunnel configuration.

    status?: TunnelStatus

    Current status of the tunnel.