nvazquez commented on a change in pull request #4851:
URL: https://github.com/apache/cloudstack/pull/4851#discussion_r598806423
##########
File path:
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java
##########
@@ -3292,6 +3292,21 @@ public int getVirtualHardwareVersion() throws Exception {
return vhOption.getHwVersion();
}
+ /**
+ * Return a hardware version string in the format expected by Vmware
+ * Format: "vmx-DD" where DD represents the hardware version number
+ */
+ public String getVmxFormattedVirtualHardwareVersion() throws Exception {
Review comment:
Done thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]