package documentation

Auto-generated Nebius SDK package for nebius.tunnel.v1

Module tunnel_pb2 Generated protocol buffer code.
Module tunnel_pb2_grpc Client and server classes corresponding to protobuf-defined services.
Module tunnel_service_pb2 Generated protocol buffer code.
Module tunnel_service_pb2_grpc Client and server classes corresponding to protobuf-defined services.

From __init__.py:

Class CreateTunnelRequest Request to create a new tunnel.
Class DeleteTunnelRequest Request to delete a tunnel.
Class GetTunnelRequest Request to get a tunnel by its identifier.
Class ListTunnelRequest Request to list tunnels within a project.
Class ListTunnelsResponse Response containing a list of tunnels.
Class Tunnel Tunnel represents a secure tunnel connection for applications. It enables connectivity between applications and external services within a parent.
Class TunnelServiceClient TunnelService provides methods for managing tunnels. It supports CRUD operations for creating secure tunnel connections for applications.
Class TunnelSpec TunnelSpec defines the configuration for the tunnel.
Class TunnelStatus TunnelStatus represents the current state of the tunnel.
Class UpdateTunnelRequest Request to update an existing tunnel.