github.com/vmware/govmomi@v0.37.2/vim25/mo/fixtures/hostsystem_list_name_property.xml (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <RetrievePropertiesResponse xmlns="urn:vim25" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     3   <returnval>
     4    <obj type="HostSystem">host-10</obj>
     5    <propSet>
     6     <name>name</name>
     7     <val xsi:type="xsd:string">host-01.example.com</val>
     8    </propSet>
     9   </returnval>
    10   <returnval>
    11    <obj type="HostSystem">host-30</obj>
    12    <propSet>
    13     <name>name</name>
    14     <val xsi:type="xsd:string">host-02.example.com</val>
    15    </propSet>
    16   </returnval>
    17  </RetrievePropertiesResponse>