4.2
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 4.1 Plug-In
- 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
SSH Plug-In Scripting API
The SSH scripting API contains classes, with their respective attributes, methods, and constructors, that allow
Orchestrator to perform SSH operations from workflows. You can use the API to develop custom workflows
that access a remote server through SSH.
SSH:File Type
The SSH:File type uses the SSHFile class as its scripting object.
The SSH:File type contains the following properties.
n
path
n
name
n
hostname
n
port
SSH:Folder Type
The SSH:Folder type uses the SSHFolder class as its scripting object.
The SSH:File type contains the following properties.
n
path
n
name
n
hostname
n
port
SSH:RootFolder Type
The SSH:RootFolder type uses the SSHFolder class as its scripting object.
The SSH:RootFile type contains the following property.
n
name
SSH:SshConnection Type
The SSH:SshConnection type uses the FinderResult class as its scripting object.
The SSH:SshConnection type contains the following properties.
n
name
n
userName
KeyPairManager Class
The KeyPairManager class contains a set of functions to manage private and public SSH keys.
The KeyPairManager class defines the following methods.
Using VMware vCenter Orchestrator Plug-Ins
40 VMware, Inc.