def getVmwServiceContent(vcip, vcuser, vcpwd):
unverified_context=ssl._create_unverified_context
ssl._create_default_https_context=unverified_context
si=Connect(host=vcip,port=443,user=vcuser,pwd=vcpwd)
return si.RetrieveContent()
collectPerfStats.py 文件源码
python
阅读 25
收藏 0
点赞 0
评论 0
评论列表
文章目录