summaryrefslogtreecommitdiff
path: root/tests/xml2vmxdata/xml2vmx-gsx-in-the-wild-3.xml
blob: e4fc5b61a6b922fea706e70e072de97e96d060ba (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
26
27
28
29
30
<domain type='vmware'>
  <name>Router</name>
  <uuid>564ddebe-e86f-d586-0854-a0879cc4be5a</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] Router/Debian-System1-0-cl1.vmdk'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <interface type='bridge'>
      <mac address='00:0c:29:c4:be:5a'/>
      <source bridge='net1'/>
      <target dev='/dev/vmnet1'/>
    </interface>
    <interface type='bridge'>
      <mac address='00:0c:29:c4:be:64'/>
      <source bridge='net2'/>
      <target dev='/dev/vmnet2'/>
    </interface>
  </devices>
</domain>