
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.1 KiB
1.1 KiB
vmodl.query.PropertyCollector.MissingObject
Used for reporting missing objects that were explicitly referenced by a filter spec. In other words, any of the objects referenced in objectSet
- extends
- Attributes:
-
obj (vmodl.ManagedObject):
The object that is being reported missing
fault (vmodl.LocalizedMethodFault):
- Fault describing the failure to lookup this objectThe possible faults for missing objects are:
-
- SystemError
- if there was some unknown problem looking up the object
- ManagedObjectNotFound
- if the object is no longer available