4.1

Table Of Contents
deprecated Element
The <deprecated> element marks objects and methods that are deprecated in the API Explorer documentation.
You add the text that appears in the API Explorer documentation between the <deprecated> and
</deprecated> tags.
The <deprecated> element is optional. The <deprecated> element has no attributes.
Table 7-12. Element Hierarchy
Parent Elements Child Elements
n
<method>
n
<object>
None
url Element
The <url> element provides a URL that points to external documentation about an object or enumeration.
You provide the URL between the <url> and </url> tags.
The <url> element is optional. The <url> element has no attributes.
Table 7-13. Element Hierarchy
Parent Elements Child Elements
n
<enumeration>
n
<object>
None
installation Element
The <installation> element allows you to install a package or run a script when the server starts.
The <installation> element is optional. The <installation> element has the following attributes:
Attributes Value Description
mode
always, never, or version Setting the mode value results in the
following behavior when the
Orchestrator server starts:
n
The action always runs
n
The action never runs
n
The action runs when the server
detects a newer version of the plug-
in
Mandatory attribute.
Table 7-14. Element Hierarchy
Parent Element Child Element
<module> <action>
vCenter Orchestrator Developer's Guide
226 VMware, Inc.