4.2.1
Table Of Contents
- Using VMware vCenter Orchestrator Plug-Ins
- Contents
- Using VMware vCenter Orchestrator Plug-Ins
- Introduction to Orchestrator Plug-Ins
- Using the vCenter Server 5.0.1 Plug-In
- Configure the vCenter Server 5.0.1 Plug-In
- vCenter Server 5.0.1 Plug-In Scripting API
- Using the vCenter Server Plug-In Inventory
- Access the vCenter Server Plug-In Workflow Library
- vCenter Server Plug-In Workflow Library
- Batch Workflows
- Cluster and Compute Resource Workflows
- Custom Attributes Workflows
- Datacenter Workflows
- Datastore and Files Workflows
- Datacenter Folder Management Workflows
- Host Folder Management Workflows
- Virtual Machine Folder Management Workflows
- Basic Host Management Workflows
- Power Host Management Workflows
- Host Management Registration Workflows
- Networking Workflows
- Distributed Virtual Port Group Workflows
- Distributed Virtual Switch Workflows
- Standard Virtual Switch Workflows
- Resource Pool Workflows
- Storage Workflows
- Storage DRS Workflows
- Basic Virtual Machine Management Workflows
- Clone Workflows
- Linked Clone Workflows
- Linux Customization Clone Workflows
- Tools Clone Workflows
- Windows Customization Clone Workflows
- Device Management Workflows
- Move and Migrate Workflows
- Other Workflows
- Power Management Workflows
- Snapshot Workflows
- VMware Tools Workflows
- Using the vCO Library Plug-In
- Using the Database Plug-In
- Using the SSH Plug-In
- Using the XML Plug-In
- Using the Mail Plug-In
- Using the Net Plug-In
- Using the Enumeration Plug-In
- Index
Method Returns Description
createTextNode(String):XMLNode XMLNode
Creates a text node.
getChildNodes():Object Object
Gets all child nodes.
getDocumentElement():XMLElement XMLElement
Allows direct access to the child node
that is at the root element of the
document.
getElementsByTagName(String):Ob
ject
Object
Returns an XMLNodeList of all elements
with a given tag name in the order in
which they are encountered in a pre-
ordered traversal of the XMLDocument
tree.
insertBefore(XMLNode,XMLNode):O
bject
Object
Inserts a newChild node before the
existing child node refChild. If
refChild is null, the newChild node is
inserted at the end of list of child nodes.
If the newChild node exists in the tree,
it is first removed.
normalize():Object Object
Normalizes the document.
removeChild(XMLNode):Object Object
Removes the child node indicated by
oldChild from the list of child nodes
and returns it.
replaceChild(XMLNode,XMLNode):O
bject
Object
Replaces the oldChild node with a
newChild node in the list of child nodes
and returns the oldChild node. If the
newChild node exists in the tree, it is
first removed.
XMLElement Class
The XMLElement class is the main element class.
The XMLElement class defines the following attributes.
Attribute Returns Description
tagName String
The tag name
textContent String
The text content
The XMLElement class defines the following methods.
Method Returns Description
appendChild(XMLNode):Object Object
Adds a newChild node to the end of the
list of child nodes of this node. If the
newChild node exists in the tree, it is
first removed.
cloneNode(boolean):Object Object
Clones a node.
getAttributes():Object Object
Contains the attributes of an element.
getChildNodes():XMLNodeList XMLNodeList
Gets all child nodes.
getElementsByTagName(String):Ob
ject
Object
Returns an XMLNodeList of all elements
with a given tag name in the order in
which they are encountered in a pre-
ordered traversal of the current element
tree.
Using VMware vCenter Orchestrator Plug-Ins
52 VMware, Inc.