Collapse All
Parallels C API Reference Guide
PRL_VM_MIGRATION_SECURITY_LEVEL Enumeration
PrlEnums.h PRL_VM Structs Send Feedback

VM migration security level - specifies security level of VM migration connection

Syntax
typedef enum _PRL_VM_MIGRATION_SECURITY_LEVEL {
  PVMSL_LOW_SECURITY = 0,
  PVMSL_NORMAL_SECURITY = 1<<3,
  PVMSL_HIGH_SECURITY = 1<<4
} PRL_VM_MIGRATION_SECURITY_LEVEL;
File
Type Parameters

PVMSL_LOW_SECURITY
flag matches to PSL_LOW_SECURITY connection type.
PVMSL_NORMAL_SECURITY
flag matches to PSL_NORMAL_SECURITY connection type.
PVMSL_HIGH_SECURITY
flag matches to PSL_HIGH_SECURITY connection type.
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!