DaanHoogland commented on code in PR #8929:
URL: https://github.com/apache/cloudstack/pull/8929#discussion_r1568623029
##########
api/src/main/java/org/apache/cloudstack/api/response/HostForMigrationResponse.java:
##########
@@ -205,9 +205,13 @@ public class HostForMigrationResponse extends BaseResponse
{
private String events;
@SerializedName("hosttags")
- @Param(description = "comma-separated list of tags for the host")
+ @Param(description = "comma-separated list of explicit host tags for the
host")
private String hostTags;
+ @SerializedName("implicithosttags")
+ @Param(description = "comma-separated list of implicit host tags for the
host", since = "4.18.1")
Review Comment:
```suggestion
@Param(description = "comma-separated list of implicit host tags for the
host", since = "4.20.0")
```
--
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]