class documentation

class TunnelServiceServicer(object): (source)

View In Hierarchy

TunnelService provides methods for managing tunnels. It supports CRUD operations for creating secure tunnel connections for applications.

Method Create Creates a new tunnel.
Method Delete Deletes a tunnel by its identifier.
Method Get Retrieves a tunnel by its identifier.
Method List Lists all tunnels within a parent.
Method Update Updates an existing tunnel.
def Create(self, request, context): (source)

Creates a new tunnel.

def Delete(self, request, context): (source)

Deletes a tunnel by its identifier.

def Get(self, request, context): (source)

Retrieves a tunnel by its identifier.

def List(self, request, context): (source)

Lists all tunnels within a parent.

def Update(self, request, context): (source)

Updates an existing tunnel.