summaryrefslogtreecommitdiff
path: root/tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-2.xml
blob: a7732b74dba72a5715863fe4d37cf406791d517a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<domain type='vmware'>
  <name>Server2</name>
  <uuid>564d3301-267f-a0ef-8b7d-d45e98d6cba4</uuid>
  <memory unit='KiB'>32768</memory>
  <currentMemory unit='KiB'>32768</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type>hvm</type>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <disk type='file' device='disk'>
      <source file='[storage] Server2/Debian-System1-0-cl3.vmdk'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <interface type='bridge'>
      <mac address='00:0c:29:d6:cb:a4'/>
      <source bridge='net1'/>
      <target dev='/dev/vmnet1'/>
    </interface>
  </devices>
</domain>