Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PRL_VM_ACCESS_FOR_OTHERS Enumeration
PRL_VM Structs

Specifies virtual machine access rights.

Syntax
typedef enum _PRL_VM_ACCESS_FOR_OTHERS {
  PAO_VM_NOT_SHARED = 0,
  PAO_VM_SHARED_ON_VIEW,
  PAO_VM_SHARED_ON_VIEW_AND_RUN,
  PAO_VM_SHARED_ON_FULL_ACCESS
} PRL_VM_ACCESS_FOR_OTHERS;
File

PrlEnums.h

Type Parameters

PAO_VM_NOT_SHARED
Only the owner of the virtual machine has access to it. The machine will be hidden from all other users.
PAO_VM_SHARED_ON_VIEW
Other users can see the machine but they cannot run it. Other access rights can be determined using methods from the PHT_ACCESS_RIGHTS object.
PAO_VM_SHARED_ON_VIEW_AND_RUN
Other users can see the machine and they can also run it. Other access rights can be determined using methods from the PHT_ACCESS_RIGHTS object.
PAO_VM_SHARED_ON_FULL_ACCESS
Other users have full access to the virtual machine.

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