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/vim25/mo/fixtures/cluster_host_property.xml
generated
vendored
Normal file
15
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/cluster_host_property.xml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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="ClusterComputeResource">domain-c7</obj>
|
||||
<propSet>
|
||||
<name>host</name>
|
||||
<val xsi:type="ArrayOfManagedObjectReference">
|
||||
<ManagedObjectReference type="HostSystem" xsi:type="ManagedObjectReference">host-14</ManagedObjectReference>
|
||||
<ManagedObjectReference type="HostSystem" xsi:type="ManagedObjectReference">host-17</ManagedObjectReference>
|
||||
<ManagedObjectReference type="HostSystem" xsi:type="ManagedObjectReference">host-19</ManagedObjectReference>
|
||||
<ManagedObjectReference type="HostSystem" xsi:type="ManagedObjectReference">host-52</ManagedObjectReference>
|
||||
</val>
|
||||
</propSet>
|
||||
</returnval>
|
||||
</RetrievePropertiesResponse>
|
17
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/hostsystem_list_name_property.xml
generated
vendored
Normal file
17
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/hostsystem_list_name_property.xml
generated
vendored
Normal file
@@ -0,0 +1,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>
|
14
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/nested_property.xml
generated
vendored
Normal file
14
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/nested_property.xml
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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="VirtualMachine">vm-411</obj>
|
||||
<propSet>
|
||||
<name>config.name</name>
|
||||
<val xsi:type="xsd:string">kubernetes-master</val>
|
||||
</propSet>
|
||||
<propSet>
|
||||
<name>config.uuid</name>
|
||||
<val xsi:type="xsd:string">422ec880-ab06-06b4-23f3-beb7a052a4c9</val>
|
||||
</propSet>
|
||||
</returnval>
|
||||
</RetrievePropertiesResponse>
|
42
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/not_authenticated_fault.xml
generated
vendored
Normal file
42
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/not_authenticated_fault.xml
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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="SessionManager">SessionManager</obj>
|
||||
<propSet>
|
||||
<name>defaultLocale</name>
|
||||
<val xsi:type="xsd:string">en</val>
|
||||
</propSet>
|
||||
<propSet>
|
||||
<name>messageLocaleList</name>
|
||||
<val xsi:type="ArrayOfString">
|
||||
<string xsi:type="xsd:string">ja</string>
|
||||
<string xsi:type="xsd:string">zh_CN</string>
|
||||
<string xsi:type="xsd:string">en</string>
|
||||
<string xsi:type="xsd:string">de</string>
|
||||
<string xsi:type="xsd:string">zh_TW</string>
|
||||
<string xsi:type="xsd:string">ko</string>
|
||||
<string xsi:type="xsd:string">fr</string>
|
||||
</val>
|
||||
</propSet>
|
||||
<missingSet>
|
||||
<path>message</path>
|
||||
<fault>
|
||||
<fault xsi:type="NotAuthenticated">
|
||||
<object type="Folder">group-d1</object>
|
||||
<privilegeId>System.View</privilegeId>
|
||||
</fault>
|
||||
<localizedMessage/>
|
||||
</fault>
|
||||
</missingSet>
|
||||
<missingSet>
|
||||
<path>sessionList</path>
|
||||
<fault>
|
||||
<fault xsi:type="NotAuthenticated">
|
||||
<object type="Folder">group-d1</object>
|
||||
<privilegeId>Sessions.TerminateSession</privilegeId>
|
||||
</fault>
|
||||
<localizedMessage/>
|
||||
</fault>
|
||||
</missingSet>
|
||||
</returnval>
|
||||
</RetrievePropertiesResponse>
|
15
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/pointer_property.xml
generated
vendored
Normal file
15
vendor/github.com/vmware/govmomi/vim25/mo/fixtures/pointer_property.xml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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="VirtualMachine">vm-411</obj>
|
||||
<propSet>
|
||||
<name>config.bootOptions</name>
|
||||
<val xsi:type="VirtualMachineBootOptions">
|
||||
<bootDelay>0</bootDelay>
|
||||
<enterBIOSSetup>false</enterBIOSSetup>
|
||||
<bootRetryEnabled>false</bootRetryEnabled>
|
||||
<bootRetryDelay>10000</bootRetryDelay>
|
||||
</val>
|
||||
</propSet>
|
||||
</returnval>
|
||||
</RetrievePropertiesResponse>
|
Reference in New Issue
Block a user