sureshanaparti commented on a change in pull request #4907:
URL: https://github.com/apache/cloudstack/pull/4907#discussion_r614770319
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/iso/DetachIsoCmd.java
##########
@@ -48,6 +48,9 @@
required=true, description="The ID of the virtual machine")
protected Long virtualMachineId;
+ @Parameter(name=ApiConstants.FORCED, type=CommandType.BOOLEAN,
description="If true, ejects the iso before detaching on vmware. Default:
false", since = "4.15.1")
Review comment:
```suggestion
@Parameter(name = ApiConstants.FORCED, type = CommandType.BOOLEAN,
description="If true, ejects the ISO before detaching on VMware. Default:
false", since = "4.15.1")
```
--
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]