Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PRL_COMMIT_ENCRYPTION_FLAGS Enumeration
Other PRL Structs

PrlVm_CommitEncryption command flags

Syntax
typedef enum _PRL_COMMIT_ENCRYPTION_FLAGS {
  PCEF_CHANGE_MASTER_KEY = 1<<(PACF_MAX+1),
  PCEF_DONT_SHRED_PLAIN_DATA = 1<<(PACF_MAX+2)
} PRL_COMMIT_ENCRYPTION_FLAGS;
File

PrlCommandsFlags.h

Members

PCEF_CHANGE_MASTER_KEY
Normally, only the master key (MK is used to actually encrypt the data on a virtual disk) is being re-encrypted when the disk encryption key identifier is changed for an already encrypted disk.
PCEF_DONT_SHRED_PLAIN_DATA
When a plain disk is being encrypted, the encrypted copy of the original disk is created.

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.