Пример #1
0
 public static boolean isSystemVM(VirtualMachine.Type vmtype) {
   if (DomainRouter.equals(vmtype)
       || ConsoleProxy.equals(vmtype)
       || SecondaryStorageVm.equals(vmtype)) {
     return true;
   }
   return false;
 }