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
Method Returns Description
noop():Object Object
Sends a NOOP command to the POP3
server. This is useful for keeping the
connection alive.
reset():Object Object
Resets the POP3 session. This is useful
for undoing any message deletions that
might have been performed.
POP3Message Class
The POP3Message class provides POP3 email funtionality.
The POP3Message class defines the following attributes.
Attribute Returns Description
body String
Message body
from String
Sender
id Number
Message ID in current session
subject String
Message subject
to String
Recepient
The POP3Message class defines the following methods.
Method Returns Description
deleteFromServer():Object Object
Deletes a message from the POP3
server. The server marks the message
for deletion but does not delete it
immediately. If you decide to unmark
the message, you must use call the
reset() command from the
POP3Client class. The server deletes all
messages marked for deletion when
you call the logout() command from
the POP3Client class.
getHeader(String):string String
Gets the header value.
TelnetClient Class
The TelnetClient class is the main class for implementing Telnet funtionality 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.
Chapter 8 Using the Net Plug-In
VMware, Inc. 63