Last change
on this file since 102568 was 99016, checked in by vboxsync, 2 years ago |
manual: Some scm corrections for dita files. bugref:10302
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
2.1 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="terminate-vm-action">
|
---|
4 | <title>Action when Terminating the VM</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | You can disallow certain actions when terminating a VM. To
|
---|
9 | disallow specific actions, use the following command:
|
---|
10 | </p>
|
---|
11 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> GUI/RestrictedCloseActions <varname>property</varname>[,<varname>property</varname>...]</pre>
|
---|
12 | <p><varname>property</varname> is one of the following:
|
---|
13 | </p>
|
---|
14 | <dl>
|
---|
15 | <dlentry>
|
---|
16 | <dt>
|
---|
17 | <codeph>SaveState</codeph>
|
---|
18 | </dt>
|
---|
19 | <dd>
|
---|
20 | <p>
|
---|
21 | Do not allow the user to save the VM state when
|
---|
22 | terminating the VM.
|
---|
23 | </p>
|
---|
24 | </dd>
|
---|
25 | </dlentry>
|
---|
26 | <dlentry>
|
---|
27 | <dt>
|
---|
28 | <codeph>Shutdown</codeph>
|
---|
29 | </dt>
|
---|
30 | <dd>
|
---|
31 | <p>
|
---|
32 | Do not allow the user to shutdown the VM by sending the
|
---|
33 | ACPI power-off event to the guest.
|
---|
34 | </p>
|
---|
35 | </dd>
|
---|
36 | </dlentry>
|
---|
37 | <dlentry>
|
---|
38 | <dt>
|
---|
39 | <codeph>PowerOff</codeph>
|
---|
40 | </dt>
|
---|
41 | <dd>
|
---|
42 | <p>
|
---|
43 | Do not allow the user to power off the VM.
|
---|
44 | </p>
|
---|
45 | </dd>
|
---|
46 | </dlentry>
|
---|
47 | <dlentry>
|
---|
48 | <dt>
|
---|
49 | <codeph>PowerOffRestoringSnapshot</codeph>
|
---|
50 | </dt>
|
---|
51 | <dd>
|
---|
52 | <p>
|
---|
53 | Do not allow the user to return to the last snapshot when
|
---|
54 | powering off the VM.
|
---|
55 | </p>
|
---|
56 | </dd>
|
---|
57 | </dlentry>
|
---|
58 | <dlentry>
|
---|
59 | <dt>
|
---|
60 | <codeph>Detach</codeph>
|
---|
61 | </dt>
|
---|
62 | <dd>
|
---|
63 | <p>
|
---|
64 | Do not allow the user to detach from the VM process if the
|
---|
65 | VM was started in separate mode.
|
---|
66 | </p>
|
---|
67 | </dd>
|
---|
68 | </dlentry>
|
---|
69 | </dl>
|
---|
70 | <p>
|
---|
71 | This is a per-VM setting. You can specify any combination of
|
---|
72 | properties. If all properties are specified, the VM cannot be
|
---|
73 | shut down.
|
---|
74 | </p>
|
---|
75 | </body>
|
---|
76 |
|
---|
77 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.