File: hostsystem_list_name_property.xml

package info (click to toggle)
golang-github-vmware-govmomi 0.24.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,848 kB
  • sloc: sh: 2,285; lisp: 1,560; ruby: 948; xml: 139; makefile: 54
file content (17 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<RetrievePropertiesResponse xmlns="urn:vim25" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <returnval>
  <obj type="HostSystem">host-10</obj>
  <propSet>
   <name>name</name>
   <val xsi:type="xsd:string">host-01.example.com</val>
  </propSet>
 </returnval>
 <returnval>
  <obj type="HostSystem">host-30</obj>
  <propSet>
   <name>name</name>
   <val xsi:type="xsd:string">host-02.example.com</val>
  </propSet>
 </returnval>
</RetrievePropertiesResponse>