4.0

Table Of Contents
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>
action Element
The <action> element specifies the action that runs when the Orchestrator server starts.
The <action> element attributes provide the path to the Orchestrator package or script that defines the plug-
in's behavior when it starts.
The <action> element is optional. A plug-in can have an unlimited number of <action> elements. The
<action> element has the following attributes.
Attributes Value Description
resource
String The path to the Java package or script from the root of the dar file. Mandatory
attribute.
type
install-package or
execute-script
Either installs the specified Orchestrator package in the Orchestrator server, or
runs the specified script. Mandatory attribute.
Table 7-15. Element Hierarchy
Parent Element Child Elements
<installation>
None
vCenter Orchestrator Developer's Guide
232 VMware, Inc.