Skip to content

Commit f4ecdec

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportVmCmd.java
Co-authored-by: Pearl Dsilva <pearl1594@gmail.com>
1 parent 5571898 commit f4ecdec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportVmCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public class ImportVmCmd extends ImportUnmanagedInstanceCmd {
108108

109109
@Parameter(name = ApiConstants.MAC_ADDRESS,
110110
type = CommandType.STRING,
111-
since = "4.22.1",
111+
since = "4.23.0",
112112
description = "(only for importing VMs from KVM local/shared storage) optional - the MAC address for the imported VM NIC. If omitted, a new MAC address is generated.")
113113
private String macAddress;
114114

0 commit comments

Comments
 (0)