models.uplink_switch_info module¶
- 
class models.uplink_switch_info.UplinkSwitchInfo(port_id=None, sys_descr=None, sys_name=None)[source]¶
- Bases: - object- Implementation of the ‘UplinkSwitchInfo’ model. - Attributes:
- port_id (string): Port ID. sys_descr (string): System description. sys_name (string): System name. 
 - 
classmethod from_dictionary(dictionary)[source]¶
- Creates an instance of this model from a dictionary - Args:
- dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description. 
- Returns:
- object: An instance of this structure class.