File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
api/src/main/java/org/apache/cloudstack/api/command/admin/vm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3030import org .apache .cloudstack .api .Parameter ;
3131import org .apache .cloudstack .api .ResponseObject ;
3232import org .apache .cloudstack .api .ServerApiException ;
33+ import org .apache .cloudstack .api .response .GuestOSResponse ;
3334import org .apache .cloudstack .api .response .HostResponse ;
3435import org .apache .cloudstack .api .response .NetworkResponse ;
3536import org .apache .cloudstack .api .response .StoragePoolResponse ;
@@ -173,6 +174,7 @@ public class ImportVmCmd extends ImportUnmanagedInstanceCmd {
173174
174175 @ Parameter (name = ApiConstants .OS_ID ,
175176 type = CommandType .UUID ,
177+ entityType = GuestOSResponse .class ,
176178 since = "4.22.1" ,
177179 description = "(only for importing VMs from VMware to KVM) optional - the ID of the guest OS for the imported VM." )
178180 private Long guestOsId ;
You can’t perform that action at this time.
0 commit comments