4.0

Table Of Contents
Attributes Value Description
invoker-mode
direct (default) or
timeout
Sets a timeout on the finder function. If set to direct, calls to finder
functions never time out. If set to timeout, the Orchestrator server applies
the timeout period that corresponds to the finder method. Optional
attribute.
anonymous-login-
mode
never (default) or
always
Passes or does not pass the user's username and password to the plug-in.
Optional attribute.
timeout-fetch-
relation
Number; default 30
seconds
Applies to calls from findRelation(). Optional attribute.
timeout-find-all
Number; default 60
seconds
Applies to calls from findAll(). Optional attribute.
timeout-find
Number; default 60
seconds
Applies to calls from find(). Optional attribute.
timeout-has-
children-in-
relation
Number; default 2
seconds
Applies to calls from findChildrenInRelation(). Optional attribute.
timeout-execute-
plugin-command
Number; default 30
seconds
Applies to calls from executePluginCommand(). Optional attribute.
Table 7-18. Element Hierarchy
Parent Element Child Elements
<finder-datasources>
None
inventory Element
The <inventory> element defines the root of the hierarchical list for the plug-in that appears in the Orchestrator
client Inventory view and object selection dialog boxes.
The <inventory> element does not represent an object in the plugged-in application, but rather represents the
plug-in itself as an object in the Orchestrator scripting API.
The <inventory> element is optional. The <inventory> element has the following attribute.
Attributes Value Description
type
An Orchestrator object type The type of the <finder> element that represents the root of the hierarchy of
objects. Mandatory attribute.
Table 7-19. Element Hierarchy
Parent Element Child Elements
<module>
None
finders Element
The <finders> element is the container for all the <finder> elements.
The <finders> element is optional. The <finders> element has no attributes.
Table 7-20. Element Hierarchy
Parent Element Child Element
<module> <finder>
vCenter Orchestrator Developer's Guide
234 VMware, Inc.