示例#1
0
文件: network.py 项目: mykaul/vdsm
def restoreNetworks(*args, **kwrags):
    return restore(*args, **kwrags)
示例#2
0
 def restore(self):
     restore()
     return RunningConfig()
示例#3
0
文件: network.py 项目: rexhsu/vdsm
def restoreNetworks(*args, **kwrags):
    return restore(*args, **kwrags)
示例#4
0
 def restore(self):
     restore()
     return RunningConfig()