def __init__(self, ixnObj=None, portMgmtObj=None): """ Parameters ixnObj: : The main connection object. portMgmtObj: : Optional. This is deprecated. Leaving it here for backward compatibility. """ self.ixnObj = ixnObj self.configuredProtocols = [] self.portMgmtObj = PortMgmt(self.ixnObj) self.statObj = Statistics(self.ixnObj)