You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (cluster.getHypervisorType() != Hypervisor.HypervisorType.VMware) {
312
308
thrownewInvalidParameterValueException(String.format("VM ingestion is currently not supported for hypervisor: %s", cluster.getHypervisorType().toString()));
313
309
}
@@ -363,8 +359,9 @@ public UserVmResponse importUnmanagedInstance(ImportUnmanageInstanceCmd cmd) {
363
359
+ "and the hyphen ('-'), must be between 1 and 63 characters long, and can't start or end with \"-\" and can't start with digit");
364
360
}
365
361
366
-
// final Map<String, Long> nicNetworkMap = cmd.getNicNetworkList();
367
-
// final Map<String, Long> dataDiskOfferingMap = cmd.getDataDiskToDiskOfferingList();
0 commit comments