weizhouapache commented on code in PR #13414:
URL: https://github.com/apache/cloudstack/pull/13414#discussion_r3498548349
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportUnmanagedInstanceCmd.java:
##########
@@ -135,6 +135,14 @@ public class ImportUnmanagedInstanceCmd extends
BaseAsyncCmd {
description = "VM NIC to ip address mapping using keys NIC,
ip4Address")
private Map nicIpAddressList;
+ @Parameter(name = ApiConstants.NIC_MAC_ADDRESS_LIST,
+ type = CommandType.MAP,
+ description = "VM NIC to MAC address mapping using keys nic and
macAddress. " +
+ "Example:
nicmacaddresslist[0].nic=nic1&nicmacaddresslist[0].macAddress=aa:bb:cc:dd:ee:ff.
" +
+ "Overrides the MAC address reported by the hypervisor for
the given NIC.",
+ since = "4.21.0")
Review Comment:
4.23.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]