Robot Framework SSH Library
SSHLibrary.sshconnectioncache.SSHConnectionCache Class Reference
Inheritance diagram for SSHLibrary.sshconnectioncache.SSHConnectionCache:

Public Member Functions

def __init__ (self)
 
def close_current (self)
 
def close_all (self)
 
def get_connection (self, alias_or_index=None)
 

Public Attributes

 current
 

Properties

 connections = property
 
 aliases = property
 

Private Member Functions

def connections (self)
 
def aliases (self)
 

Detailed Description

Definition at line 4 of file sshconnectioncache.py.

Constructor & Destructor Documentation

◆ __init__()

def SSHLibrary.sshconnectioncache.SSHConnectionCache.__init__ (   self)

Definition at line 5 of file sshconnectioncache.py.

Member Function Documentation

◆ aliases()

def SSHLibrary.sshconnectioncache.SSHConnectionCache.aliases (   self)
private

Definition at line 17 of file sshconnectioncache.py.

◆ close_all()

def SSHLibrary.sshconnectioncache.SSHConnectionCache.close_all (   self)

Definition at line 28 of file sshconnectioncache.py.

◆ close_current()

def SSHLibrary.sshconnectioncache.SSHConnectionCache.close_current (   self)

Definition at line 20 of file sshconnectioncache.py.

◆ connections()

def SSHLibrary.sshconnectioncache.SSHConnectionCache.connections (   self)
private

Definition at line 11 of file sshconnectioncache.py.

◆ get_connection()

def SSHLibrary.sshconnectioncache.SSHConnectionCache.get_connection (   self,
  alias_or_index = None 
)

Definition at line 35 of file sshconnectioncache.py.

Member Data Documentation

◆ current

SSHLibrary.sshconnectioncache.SSHConnectionCache.current

Definition at line 26 of file sshconnectioncache.py.

Property Documentation

◆ aliases

SSHLibrary.sshconnectioncache.SSHConnectionCache.aliases = property
static

Definition at line 15 of file sshconnectioncache.py.

◆ connections

SSHLibrary.sshconnectioncache.SSHConnectionCache.connections = property
static

Definition at line 9 of file sshconnectioncache.py.


The documentation for this class was generated from the following file: