sureshanaparti commented on a change in pull request #4389:
URL: https://github.com/apache/cloudstack/pull/4389#discussion_r500835627



##########
File path: 
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java
##########
@@ -406,6 +406,10 @@ public void markAsTemplate() throws Exception {
         _context.getService().markAsTemplate(_mor);
     }
 
+    public void markAsVirtualMachine(ManagedObjectReference pool, 
ManagedObjectReference host) throws Exception {

Review comment:
       ```suggestion
       public void markAsVirtualMachine(ManagedObjectReference resourcePool, 
ManagedObjectReference host) throws Exception {
   ```




----------------------------------------------------------------
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]


Reply via email to