5.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.1 Plug-In
- Configure the vCenter Server 5.1 Plug-In
- vCenter Server 5.1 Plug-In Scripting API
- Using the vCenter Server 5.1 Plug-In Inventory
- Access the vCenter Server 5.1 Plug-In Workflow Library
- vCenter Server 5.1 Plug-In Workflow Library
- Batch Workflows
- Cluster and Compute Resource Workflows
- Guest Operation Files Workflows
- Guest Operation Processes 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 Registration Management 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 SQL 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
- Using the Workflow Documentation Plug-In
- Index
Method Returns Description
getConnection(string,string,str
ing):Connection
Connection
The three strings represent URL, user
name, and password.
PreparedStatement Class
The PreparedStatement class represents a precompiled SQL statement.
The PreparedStatement class defines the following methods.
Method Returns Description
execute():boolean Boolean
Runs an SQL statement in the
PreparedStatement object.
executeQuery():ResultSet ResultSet
Runs an SQL query in the
PreparedStatement object and returns
the ResultSet object generated by the
query.
executeUpdate():number Number
Runs an SQL INSERT, UPDATE, or
DELETE statement, or an SQL
statement that returns nothing, in the
PreparedStatement object.
setDate(number,object):Object Object
Sets a designated parameter to the given
Date value.
setString(number,object):Object Object
Sets a designated parameter to the given
String value.
setTimestamp(number,object):Obj
ect
Object
Sets a designated parameter to the given
Timestamp value.
ResultSet Class
The ResultSet class is the result of a run of an executeQuery method.
The ResultSet class defines the following methods.
Method Returns Description
afterLast():Object Object
Moves the cursor to the end of the
ResultSet object, after the last row.
This method has no effect if the result
set contains no rows.
beforeFirst():Object Object
Moves the cursor to the front of the
ResultSet object, before the first row.
This method has no effect if the result
set contains no rows.
first():boolean Boolean
Moves the cursor to the first row in the
ResultSet object. Returns true if the
cursor is on a valid row, and false if
there are no rows in the result set.
getDate(string):Object Object
Returns the Date value of a given
column name.
getDateAt(number):Object Object
Returns the Date value of a given
column index.
getNumber(string):number Number
Returns the Number value of a given
column name.
Using VMware vCenter Orchestrator Plug-Ins
36 VMware, Inc.