Commit 322cd76c authored by Yingjie Xu's avatar Yingjie Xu

Add possibility to fetch connection parameter dictionary.

parent 75851fec
......@@ -471,6 +471,10 @@ class ComputerPartition(SlapDocument):
def getInstanceParameterDict(self):
return getattr(self, '_parameter_dict', None) or {}
@_syncComputerPartitionInformation
def getConnectionParameterDict(self):
return getattr(self, '_connection_dict', None) or {}
@_syncComputerPartitionInformation
def getSoftwareRelease(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment