DaanHoogland commented on code in PR #7866:
URL: https://github.com/apache/cloudstack/pull/7866#discussion_r1294617480


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/router/StopRouterCmd.java:
##########
@@ -49,7 +49,7 @@ public class StopRouterCmd extends BaseAsyncCmd {
     @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
DomainRouterResponse.class, required = true, description = "the ID of the 
router")
     private Long id;
 
-    @Parameter(name = ApiConstants.FORCED, type = CommandType.BOOLEAN, 
required = false, description = "Force stop the VM. The caller knows the VM is 
stopped.")
+    @Parameter(name = ApiConstants.FORCED, type = CommandType.BOOLEAN, 
required = false, description = "Force stop the VM. To be used if the caller 
knows the VM is stopped and should be marked as such.")

Review Comment:
   ```suggestion
       @Parameter(name = ApiConstants.FORCED, type = CommandType.BOOLEAN, 
required = false, description = "Force stop the VM. (vm is marked as Stopped 
even when command fails to be send to the backend, otherwise a force poweroff 
is attempted). To be used if the caller knows the VM is stopped and should be 
marked as such.")
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to