mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 11:36:51 +00:00
add vendoring with go dep
This commit is contained in:
15
vendor/github.com/vmware/govmomi/govc/host/esxcli/fixtures/network_vm_list.xml
generated
vendored
Normal file
15
vendor/github.com/vmware/govmomi/govc/host/esxcli/fixtures/network_vm_list.xml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<obj xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:vim25" versionId="5.0" xsi:type="ArrayOfDataObject">
|
||||
<DataObject xsi:type="VimEsxCLInetworkvmlistVM">
|
||||
<Name>foo</Name>
|
||||
<Networks>VM Network</Networks>
|
||||
<Networks>dougm</Networks>
|
||||
<NumPorts>2</NumPorts>
|
||||
<WorldID>98842</WorldID>
|
||||
</DataObject>
|
||||
<DataObject xsi:type="VimEsxCLInetworkvmlistVM">
|
||||
<Name>bar</Name>
|
||||
<Networks>VM Network</Networks>
|
||||
<NumPorts>1</NumPorts>
|
||||
<WorldID>236235</WorldID>
|
||||
</DataObject>
|
||||
</obj>
|
12
vendor/github.com/vmware/govmomi/govc/host/esxcli/fixtures/network_vm_port_list.xml
generated
vendored
Normal file
12
vendor/github.com/vmware/govmomi/govc/host/esxcli/fixtures/network_vm_port_list.xml
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<obj xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:vim25" versionId="5.0" xsi:type="ArrayOfDataObject">
|
||||
<DataObject xsi:type="VimEsxCLInetworkvmportlistPort">
|
||||
<DVPortID></DVPortID>
|
||||
<IPAddress>192.168.247.149</IPAddress>
|
||||
<MACAddress>00:0c:29:12:b2:cf</MACAddress>
|
||||
<PortID>33554438</PortID>
|
||||
<Portgroup>VM Network</Portgroup>
|
||||
<TeamUplink>vmnic0</TeamUplink>
|
||||
<UplinkPortID>33554434</UplinkPortID>
|
||||
<vSwitch>vSwitch0</vSwitch>
|
||||
</DataObject>
|
||||
</obj>
|
5
vendor/github.com/vmware/govmomi/govc/host/esxcli/fixtures/system_hostname_get.xml
generated
vendored
Normal file
5
vendor/github.com/vmware/govmomi/govc/host/esxcli/fixtures/system_hostname_get.xml
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<obj xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:vim25" versionId="5.0" xsi:type="VimEsxCLIsystemhostnamegetFullyQualifiedHostName">
|
||||
<DomainName>localdomain</DomainName>
|
||||
<FullyQualifiedDomainName>esxbox.localdomain</FullyQualifiedDomainName>
|
||||
<HostName>esxbox</HostName>
|
||||
</obj>
|
Reference in New Issue
Block a user