nvazquez commented on a change in pull request #4907:
URL: https://github.com/apache/cloudstack/pull/4907#discussion_r614239144
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/iso/AttachIsoCmd.java
##########
@@ -54,6 +54,9 @@
required = true, description = "the ID of the virtual machine")
protected Long virtualMachineId;
+ @Parameter(name=ApiConstants.FORCED, type=CommandType.BOOLEAN,
description="If true, ejects existing iso before attaching on vmware. Default:
false", since = "4.15.1")
+ protected Boolean forced;
Review comment:
Thanks for claryfing @Pearl1594
--
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]