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
TelnetClient Class
The TelnetClient class is the main class for implementing Telnet functionality into workflows.
The TelnetClient class defines the TelnetClient(String):TelnetClient constructor.
The TelnetClient class defines the following attributes.
Attribute Returns Description
soLinger Number
Socket SO Linger (null if disabled)
tcpNoDelay Boolean
Socket TCP no delay
timeout Number
Socket timeout
The TelnetClient class defines the following methods.
Method Returns Description
connect(String,number):Object Object
Connects the client to a host.
disconnect():Object Object
Disconnects the client.
enableSSL(boolean):Object Object
Enables SSL.
receiveAsBinary():Object[]
Array of Object Gets a response as an array of numbers.
receiveAsString():string String
Gets a response as a string.
sendBinary(Object[]):Object Object
Sends binary information as an array of
numbers.
sendString(String):Object Object
Sends a string command.
waitForData(Number):boolean Boolean
Waits for data to become available and
returns true if data is available or
false if the request times out.
Using VMware vCenter Orchestrator Plug-Ins
66 VMware, Inc.