Documentation ¶
Overview ¶
Package vsphere provides a small set of the vSphere Web Services API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Code string `xml:"Body>Fault>faultcode"` String string `xml:"Body>Fault>faultstring"` Detail struct { Inner string `xml:",innerxml"` } `xml:"Body>Fault>detail"` }
Error can be returned from any call to a Vsphere object, including Connect.
type Result ¶
type Result struct { ID string `xml:"obj"` Props []struct { Name string `xml:"name"` Val struct { Type string `xml:"type,attr"` Inner string `xml:",innerxml"` } `xml:"val"` } `xml:"propSet"` }
Result contains requested data about vSphere objects.
Click to show internal directories.
Click to hide internal directories.