mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
docs: domain: Document <description> element
This commit is contained in:
parent
582f04f064
commit
9b9e52a1cb
@ -32,6 +32,7 @@
|
|||||||
<domain type='xen' id='3'>
|
<domain type='xen' id='3'>
|
||||||
<name>fv0</name>
|
<name>fv0</name>
|
||||||
<uuid>4dea22b31d52d8f32516782e98ab3fa0</uuid>
|
<uuid>4dea22b31d52d8f32516782e98ab3fa0</uuid>
|
||||||
|
<description>Some human readable description</description>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
@ -48,6 +49,12 @@
|
|||||||
The format must be RFC 4122 compliant, eg <code>3e3fce45-4f53-4fa7-bb32-11f34168b82b</code>.
|
The format must be RFC 4122 compliant, eg <code>3e3fce45-4f53-4fa7-bb32-11f34168b82b</code>.
|
||||||
If omitted when defining/creating a new machine, a random
|
If omitted when defining/creating a new machine, a random
|
||||||
UUID is generated. <span class="since">Since 0.0.1</span></dd>
|
UUID is generated. <span class="since">Since 0.0.1</span></dd>
|
||||||
|
|
||||||
|
<dt><code>description</code></dt>
|
||||||
|
<dd>The content of the <code>description</code> element provides a
|
||||||
|
human readable description of the virtual machine. This data is not
|
||||||
|
used by libvirt in any way, it can contain any information the user
|
||||||
|
wants. <span class="since">Since 0.7.2</span></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<h3><a name="elementsOS">Operating system booting</a></h3>
|
<h3><a name="elementsOS">Operating system booting</a></h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user