4.0

Table Of Contents
Table 7-44. Element Hierarchy
Parent Element Child Elements
<method>
n
<code>
n
<description>
code Element
The <code> element provides example code that appears in the API Explorer documentation.
You provide the code example between the <code> and </code> tags. The <code> element is optional. The
<code> element has no attributes.
Table 7-45. Element Hierarchy
Parent Element Child Elements
<example>
None
Method parameters Element
The <parameters> element is the container for the <method><parameter> elements.
The <parameters> element is optional. The <parameters> element has no attributes.
Table 7-46.
Parent Element Child Element
<method> <parameter>
Method parameter Element
The <parameter> element defines the method's input parameters.
The <parameter> element is optional. A plug-in can have an unlimited number of <parameter> elements. The
<parameter> element has the following attributes.
Type Value Description
name
String Parameter name. Mandatory attribute.
type
Orchestrator parameter type Parameter type. Mandatory attribute.
is-optional
true or false If true, value can be null. Optional attribute.
since-version
String Method version. Optional attribute.
Table 7-47. Element Hierarchy
Parent Element Child Element
<parameters>
None
Chapter 7 Developing Plug-Ins
VMware, Inc. 243