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.
是否可以在 VmAllocationPolicy 文件中创建新的物理机?通常它是在创建数据中心时完成的。但是如果现有的物理机都不能容纳 VM,我想在 VM 分配期间添加一个。
是的,您可以在创建后动态添加新主机。
datacenter.getHostList().add(new Host(...));