Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 VMware ESX 编写代码以将 .vmx 文件添加到清单中。此操作应与在 GUI 中进入数据存储并右键单击 .vmx 文件 --> 添加到清单相同。
我相信我应该使用方法 registerVM_Task() 并且我缺少的唯一参数是“主机”。
有人有什么想法吗?