VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-setextradata.xml@ 96300

Last change on this file since 96300 was 96300, checked in by vboxsync, 2 years ago

doc: comment fixing

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage setextradata
4-->
5<!--
6 Copyright (C) 2006-2020 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15-->
16<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
17 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
18<!ENTITY % all.entities SYSTEM "all-entities.ent">
19%all.entities;
20]>
21<refentry id="vboxmanage-setextradata" lang="en">
22 <refentryinfo>
23 <pubdate>$Date: 2022-08-18 17:27:14 +0000 (Thu, 18 Aug 2022) $</pubdate>
24 <title>VBoxManage setextradata</title>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>VBoxManage-setextradata</refentrytitle>
29 <manvolnum>1</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>VBoxManage-setextradata</refname>
34 <refpurpose>set a keyword value that is associated with a virtual machine or
35 configuration</refpurpose>
36 <refclass>&product-name;</refclass>
37 </refnamediv>
38
39 <refsynopsisdiv>
40 <cmdsynopsis id="synopsis-vboxmanage-setextradata">
41<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
42 <command>VBoxManage setextradata</command>
43 <group choice="req">
44 <arg choice="plain">global</arg>
45 <arg choice="plain"><replaceable>uuid</replaceable></arg>
46 <arg choice="plain"><replaceable>vmname</replaceable></arg>
47 </group>
48 <arg choice="req"><replaceable>keyword</replaceable></arg>
49 <arg><replaceable>value</replaceable></arg>
50 </cmdsynopsis>
51 </refsynopsisdiv>
52
53 <refsect1>
54 <title>Description</title>
55 <para>
56 The <command>VBoxManage setextradata</command> command enables you
57 to set a keyword value that is associated with a virtual machine
58 (VM) or with an &product-name; configuration.
59 </para>
60 <variablelist>
61 <varlistentry>
62 <term><literal>global</literal></term>
63 <listitem><para>
64 Sets information about the configuration rather than a VM.
65 </para></listitem>
66 </varlistentry>
67 <varlistentry>
68 <term><replaceable>uuid</replaceable>|<replaceable>vmname</replaceable></term>
69 <listitem><para>
70 Specifies the Universally Unique Identifier (UUID) or name
71 of the VM.
72 </para></listitem>
73 </varlistentry>
74 <varlistentry>
75 <term><replaceable>keyword</replaceable></term>
76 <listitem><para>
77 Specifies the keyword for which to set its value.
78 </para></listitem>
79 </varlistentry>
80 <varlistentry>
81 <term><replaceable>value</replaceable></term>
82 <listitem><para>
83 Specifies the keyword value. Specifying no value removes the
84 keyword.
85 </para></listitem>
86 </varlistentry>
87 </variablelist>
88 </refsect1>
89
90 <refsect1>
91 <title>Examples</title>
92 <remark role="help-scope" condition="GLOBAL"/>
93 <para>
94 The following command sets the <literal>installdate</literal>
95 keyword value for the <literal>Fedora5</literal> VM to
96 <literal>2019.01.01</literal>:
97 </para>
98<screen>$ VBoxManage setextradata Fedora5 installdate 2019.01.01</screen>
99 <para>
100 The following command unsets the value of the
101 <literal>installdate</literal> keyword for the
102 <literal>Fedora5</literal> VM:
103 </para>
104<screen>$ VBoxManage setextradata Fedora5 installdate</screen>
105 </refsect1>
106
107 <refsect1>
108 <title>See Also</title>
109 <para>
110 <xref linkend="vboxmanage-getextradata" />
111 </para>
112 </refsect1>
113</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette