Collapse All
Parallels C API Reference Guide
_PRL_VM_MIGRATION_TYPE Enumeration
PrlEnums.h Other Structs Send Feedback

VM migration type - specifies method of VM migration

Syntax
enum _PRL_VM_MIGRATION_TYPE {
  PVMT_COLD_MIGRATION = 1<<0,
  PVMT_WARM_MIGRATION = 1<<1,
  PVMT_HOT_MIGRATION = 1<<2
};
File
Type Parameters

PVM_COLD_MIGRATION
VM migration with interruption of VM services (VM will be stopped on migration time).
PVM_WARM_MIGRATION
VM services will have quite long downtime during migration but won't be interrupted.
PVM_HOT_MIGRATION
VM services will have short downtime during migration without any interruption.
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!