Using VMware vCenter Orchestrator Plug-Ins vCenter Orchestrator 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs.
Using VMware vCenter Orchestrator Plug-Ins You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product updates. If you have comments about this documentation, submit your feedback to: docfeedback@vmware.com Copyright © 2008 – 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.
Contents Using VMware vCenter Orchestrator Plug-Ins 7 1 Introduction to Orchestrator Plug-Ins 9 Orchestrator Architecture 9 Default Orchestrator Plug-Ins 10 Access the Orchestrator API Explorer 12 2 Using the vCenter Server 5.1 Plug-In 15 Configure the vCenter Server 5.1 Plug-In 15 vCenter Server 5.1 Plug-In Scripting API 16 Using the vCenter Server 5.1 Plug-In Inventory 16 Access the vCenter Server 5.1 Plug-In Workflow Library 16 vCenter Server 5.
Using VMware vCenter Orchestrator Plug-Ins Power Management Workflows 31 Snapshot Workflows 31 VMware Tools Workflows 32 3 Using the vCO Library Plug-In 33 vCO Library Plug-In Workflows 33 4 Using the SQL Plug-In 35 SQL Plug-In Scripting API 35 Connection Class 35 JDBCConnection Class 35 PreparedStatement Class 36 ResultSet Class 36 Running the SQL Sample Workflows 37 Generate a JDBC URL 37 Test a JDBC Connection 38 Create a Table by Using JDBC 38 Insert a Row into a JDBC Table 39 Select Rows from a JD
Contents XMLElement Class 54 XMLManager Class 55 XMLNamedNodeMap Class 55 XMLNode Class 56 XMLNodeList Class 57 Running the XML Plug-In Sample Workflows 57 Create a Simple XML Document 57 Find an Element in an XML Document 58 Modify an XML Document 58 Create an Example Address Book from XML 59 7 Using the Mail Plug-In 61 Define the Default SMTP Connection 61 Mail Plug-In Scripting API 62 EmailMessage Class 62 Email Scripting Examples 62 Using the Mail Plug-In Sample Workflows 63 Access the Mail Plug-In S
Using VMware vCenter Orchestrator Plug-Ins 6 VMware, Inc.
Using VMware vCenter Orchestrator Plug-Ins The Using VMware vCenter Orchestrator Plug-Ins provides information and instructions about configuring and ® using the official set of plug-ins installed with VMware vCenter Orchestrator. Intended Audience This information is intended for advanced vSphere administrators and experienced system administrators who are familiar with virtual machine technology and datacenter operations. VMware, Inc.
Using VMware vCenter Orchestrator Plug-Ins 8 VMware, Inc.
Introduction to Orchestrator Plug-Ins 1 Plug-ins allow you to use Orchestrator to access and control external technologies and applications. Exposing an external technology in an Orchestrator plug-in allows you to incorporate objects and functions in workflows that access the objects and functions of that external technology.
Using VMware vCenter Orchestrator Plug-Ins Figure 1-1. VMware vCenter Orchestrator Architecture vCenter Orchestrator Client application browser access workflow library workflow engine vCenter Server Directory services or vCenter Single Sign On XML SSH Web services REST/SOAP SQL SMTP 3rd-party plug-in Orchestrator database vCenter Server Default Orchestrator Plug-Ins Orchestrator includes a collection of default plug-ins.
Chapter 1 Introduction to Orchestrator Plug-Ins Table 1-1. Plug-Ins Installed with Orchestrator by Default (Continued) Plug-In Purpose Configuration Input Types Scripting Objects Inventory SQL Java Database Connectivity (JDBC) API is the industry standard for databaseindependent connectivity between the Java programming language and a wide range of databases. The databases include SQL databases and other tabular data sources, such as spreadsheets or flat files.
Using VMware vCenter Orchestrator Plug-Ins Table 1-1. Plug-Ins Installed with Orchestrator by Default (Continued) Plug-In Purpose Configuration Input Types Scripting Objects Inventory Enumeration Provides common enumerated types that can be used in workflows by other plug-ins. None JavaScript Enumerations None Exposes nothing in the inventory.
Chapter 1 Introduction to Orchestrator Plug-Ins The API Explorer appears. You can use it to search all the objects and functions of the Orchestrator API. What to do next Use the API Explorer to write scripts for scriptable elements. VMware, Inc.
Using VMware vCenter Orchestrator Plug-Ins 14 VMware, Inc.
Using the vCenter Server 5.1 Plug-In 2 You can use the vCenter Server 5.1 plug-in to manage multiple vCenter Server instances. You can create workflows that use the vCenter Server plug-in API to automate tasks in your vCenter Server environment. The vCenter Server 5.1 plug-in maps the vCenter Server 5.1 API to the JavaScript that you can use in workflows. The plug-in also provides actions that perform individual vCenter Server tasks that you can include in workflows. The vCenter Server 5.
Using VMware vCenter Orchestrator Plug-Ins 6 (Optional) Select the Secure channel check box to establish a secure connection to your vCenter Server machine. 7 In the Path text box, retain the default value, /sdk. This value is the location of the SDK that you use to connect to your vCenter Server instance. 8 Select the method you want to use to manage user access on the vCenter Server system.
Chapter 2 Using the vCenter Server 5.1 Plug-In n Log in to the Orchestrator client as a user who can run vCenter Server workflows. Procedure 1 Log in to the Orchestrator client and select Design or Run from the drop-down menu in the left upper corner. 2 Click the Workflows view in the Orchestrator client left pane. 3 Expand the hierarchical list to Library > vCenter. What to do next Review the workflow library. vCenter Server 5.1 Plug-In Workflow Library The vCenter Server 5.
Using VMware vCenter Orchestrator Plug-Ins Disable DRS on cluster Disables DRS on a cluster. Disable HA on cluster Disables high availability on a cluster. Enable DRS on cluster Enables DRS on a cluster. Enable HA on cluster Enables high availability on a cluster. Remove virtual machine DRS group from cluster Removes a DRS virtual machine group from a cluster. Remove virtual machines from DRS group Removes virtual machines from a cluster DRS group. Rename cluster Renames a cluster.
Chapter 2 Using the vCenter Server 5.1 Plug-In Guest Operation Processes Workflows With guest operation processes workflows, you can get information and control the running processes in a guest operating system. You can access the guest operation files workflows from Library > vCenter > Guest operations > Processes in the Workflows view of the Orchestrator client. Get environment variables from guest Returns a list with environmental variables from a guest.
Using VMware vCenter Orchestrator Plug-Ins Datastore and Files Workflows With datastore and files workflows, you can delete a list of files, find unused files in a datastore, and so on. You can access the datastore and files workflows from Library > vCenter > Datastore and Files in the Workflows view of the Orchestrator client. Delete all files Deletes a list of files. Delete all unused datastore files Searches all datastores in the vCenter Server environment and deletes all unused files.
Chapter 2 Using the vCenter Server 5.1 Plug-In Virtual Machine Folder Management Workflows With virtual machine folder management workflows, you can create, delete, or rename a virtual machine folder. You can access the virtual machine folder management workflows from Library > vCenter > Folder management > VM folder in the Workflow view of the Orchestrator client. Create virtual machine folder Creates a virtual machine folder.
Using VMware vCenter Orchestrator Plug-Ins Host Registration Management Workflows With host registration management workflows, you can add a host to a cluster, disconnect or reconnect a host from a cluster, and so on. You can access the host management registration workflows from Library > vCenter > Host management > Registration in the Workflows view of the Orchestrator client. Add host to cluster Adds a host to the cluster. This workflow fails if it cannot authenticate the SSL certificate of the host.
Chapter 2 Using the vCenter Server 5.1 Plug-In Set teaming options Provides an interface to manage the teaming options for a distributed virtual port group. Update distributed virtual port group Updates the configuration of a specified distributed virtual port group. Distributed Virtual Switch Workflows With distributed virtual switch workflows, you can create, update or delete a distributed virtual switch, and create, delete, or update a private VLAN.
Using VMware vCenter Orchestrator Plug-Ins Update standard virtual switch Updates the properties of a standard virtual switch. Update VNIC for port group in standard virtual switch Updates a VNIC associated with a port group in a standard virtual switch. Resource Pool Workflows With resource pool workflows you can create, rename, reconfigure or delete a resource pool, and get resource pool information.
Chapter 2 Using the vCenter Server 5.1 Plug-In Display all datastores and disks Displays the existing datastores and available disks on a specified host. Enable iSCSI adapter Enables an iSCSI adapter. List all storage adapters Lists all storage adapters of a specified host. Storage DRS Workflows With storage DRS workflows you perform storage-related operations, such as creating and configuring a datastore cluster, removing a datastore from cluster, adding storage to a cluster, and so on.
Using VMware vCenter Orchestrator Plug-Ins Basic Virtual Machine Management Workflows With basic virtual machine management workflows you can perform basic operations on virtual machines, for example, create, rename or delete a virtual machine, upgrade virtual hardware, and so on. You can access the basic virtual machine management workflows from Library > vCenter > Virtual Machine management > Basic in the Workflows view of the Orchestrator client.
Chapter 2 Using the vCenter Server 5.1 Plug-In Upgrade virtual machine Upgrades the virtual hardware to the latest revision that the host supports. An input parameter allows a forced upgrade even if VMware Tools is out of date. Wait for task and answer virtual machine question Waits for a vCenter Server task to complete or for the virtual machine to ask a question. If the virtual machine requires an answer, accepts user input and answers the question.
Using VMware vCenter Orchestrator Plug-Ins Linux Customization Clone Workflows With Linux customization workflows you can clone a Linux virtual machine and customize the guest operating system. You can access the Linux customization clone workflows from Library > vCenter > Virtual Machine management > Clone > Linux Customization in the Workflows view of the Orchestrator client.
Chapter 2 Using the vCenter Server 5.1 Plug-In Windows Customization Clone Workflows With Windows customization clone workflows you can clone Windows virtual machines and customize the guest operating system. You can access the Windows customization clone workflows from Library > vCenter > Virtual Machine management > Clone > Windows Customization folder and its subfolder in the Workflows view of the Orchestrator client.
Using VMware vCenter Orchestrator Plug-Ins Disconnect all detachable devices from a running virtual machine Disconnects floppy disks, CD-ROM drives, parallel ports, and serial ports from a running virtual machine. Mount floppy disk drive Mounts a floppy disk drive FLP file from the ESX datastore. Move and Migrate Workflows With move and migrate workflows, you can migrate virtual machines.
Chapter 2 Using the vCenter Server 5.1 Plug-In Power Management Workflows With power management workflows, you can power on and off virtual machines, reboot the guest operating system of a virtual machine, suspend a virtual machine, and so on. You can access the power management workflows fromLibrary > vCenter > Virtual Machine management > Power Management in the Workflows view of the Orchestrator client.
Using VMware vCenter Orchestrator Plug-Ins Revert to current snapshot Reverts to the current snapshot. Revert to snapshot and wait Reverts to a specific snapshot. Does not delete the snapshot. VMware Tools Workflows With VMware Tools workflows, you can perform VMware Tools-related tasks on virtual machines. You can access the VMware Tools workflows from Library > vCenter > Virtual Machine management > VMware Tools in the Workflows view of the Orchestrator client.
Using the vCO Library Plug-In 3 You can use the vCO Library plug-in workflows as templates for customization and automation of client processes, and to troubleshoot Orchestrator. vCO Library Plug-In Workflows The vCO Library plug-in provides workflows in the Locking, Orchestrator, and Troubleshooting workflow categories. Locking Workflows You access these workflows from Library > Locking in the Workflows view of the Orchestrator client. Display all locks Shows all locks.
Using VMware vCenter Orchestrator Plug-Ins Orchestrator Workflows You access these workflows from Library > Orchestrator > Workflows in the Workflows view of the Orchestrator client. Start workflows in a series Runs a workflow multiple times in a series, one instance after the other. You provide workflow parameters in an array. You also provide a property list, with one property per workflow input, for each instance of the workflow that starts.
4 Using the SQL Plug-In You can use the API that the SQL plug-in provides to implement connectivity to SQL databases and other tabular data sources, such as spreadsheets or flat files. The SQL plug-in API which is based on JDBC, provides a call-level API for SQL-based database access. The SQL plug-in also provides sample workflows that demonstrate how to use the API in workflows.
Using VMware vCenter Orchestrator Plug-Ins 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.
Chapter 4 Using the SQL Plug-In Method Returns Description getNumberAt(number):number Number Returns the Number value of a given column index. getString(string):string String Returns the String value of a given column name. getStringAt(number):string String Returns the String value of a given column index. getTimestamp(string):Object Object Returns the Timestamp value of a given column name. getTimestampAt(number):Object Object Returns the Timestamp value of a given column index.
Using VMware vCenter Orchestrator Plug-Ins c (Optional) Type a database port number. If you do not specify a port number, the workflow uses a default port number. 6 d Type a user name to access the database. e Type a password to access the database. Click Submit to run the workflow. Test a JDBC Connection You can run a workflow from the Orchestrator client to test the connection to a database. Prerequisites Log in to the Orchestrator client as a user who can run JDBC workflows.
Chapter 4 Using the SQL Plug-In 5 Type an SQL create statement. An example syntax is: CREATE TABLE "table_name" ("column1" "data_type_for_column1", "column2" "data_type_for_column2") 6 Click Submit to run the workflow. Insert a Row into a JDBC Table You can run a workflow from the Orchestrator client to test the insertion of a row into a JDBC table. Prerequisites Log in to the Orchestrator client as a user who can run JDBC workflows. Procedure 1 Click the Workflows view in the Orchestrator client.
Using VMware vCenter Orchestrator Plug-Ins 4 5 Provide the required information, and click Next. a Type a database connection URL. b Type a user name to access the database. c Type a password to access the database. Type an SQL select statement. An example syntax is: SELECT * FROM "table_name" 6 Click Submit to run the workflow. Delete an Entry from a JDBC Table You can run a workflow from the Orchestrator client to test the deletion of an entry from a JDBC table.
Chapter 4 Using the SQL Plug-In 4 5 Provide the required information, and click Next. a Type a database connection URL. b Type a user name to access the database. c Type a password to access the database. Type an SQL delete statement. An example syntax is: DELETE FROM "table_name" 6 Click Submit to run the workflow. Drop a JDBC Table You can run a workflow from the Orchestrator client to test the dropping of a JDBC table.
Using VMware vCenter Orchestrator Plug-Ins 4 Provide the required information, and click Next.. a Type a database connection URL. b Type a user name to access the database. c Type a password to access the database. 5 Type the values to be used as entries in the database. 6 Click Submit to run the workflow. SQL Plug-In Workflow Library You can run the SQL plug-in workflows to manage databases and database tables as well as to run SQL operations.
Using the SSH Plug-In 5 You can use the SSH plug-in workflows to run SSH commands on a remote host that supports SSH and transfer files between an Orchestrator server and a remote host through a secure connection. This chapter includes the following topics: n “Configure the SSH Plug-In,” on page 43 n “SSH Plug-In Scripting API,” on page 44 n “Running the SSH Plug-In Sample Workflows,” on page 48 Configure the SSH Plug-In You can set up the SSH plug-in to ensure encrypted connections.
Using VMware vCenter Orchestrator Plug-Ins 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.
Chapter 5 Using the SSH Plug-In Method Returns Description changePassphrase(Path,SecureStr ing,SecureString):Object Object Changes the passphrase of a private key. generateKeyPair(string,Path,Sec ureString,number, string):string String Generates a pair of a public and a private key. Returns the generated key fingerprint. SSHCommand Class The SSHCommand class is the main class for running SSH commands from workflows. The SSHCommand class defines the following constructors.
Using VMware vCenter Orchestrator Plug-Ins Method Returns Description findDir(string,string):string[] Array of String Searches recursively and returns directories that match a pattern. Leaves an open session. You can disconnect the session manually. findFile(string,string):string[ ] Array of String Searches recursively and returns files that match a pattern. Leaves an open session. You can disconnect the session manually.
Chapter 5 Using the SSH Plug-In Attribute Returns Description path String Full folder path port Number SSH port SSHSession Class The SSHSession class is the main class for SSH session management. The SSHSession class defines the following constructors. Constructor Description SSHSession(string,string):SSHSession Creates a new SSHSession. SSHSession(string,string,number):SSHSession Creates a new SSHSession. The SSHSession class defines the following attributes.
Using VMware vCenter Orchestrator Plug-Ins Method Returns Description executeAndLog(string):Object Object Runs a single command and waits until it is completed. executeCommand(string,boolean): string String Runs a single command, waits until it is completed, and returns the stdout result, if synchronous. Leaves an open session. You can disconnect the session manually. findAll(Path,string):string[] Array of String Searches recursively and returns files and directories that match a pattern.
Chapter 5 Using the SSH Plug-In Prerequisites n Configure the SSH plug-in in the Orchestrator configuration interface. n Log in to the Orchestrator client as a user who can run SSH workflows. Procedure 1 Click the Workflows view in the Orchestrator client. 2 In the workflows hierarchical list, open Library > SSH to navigate to the Generate key pair workflow. 3 Right-click the Generate key pair workflow and select Start workflow. 4 Provide the required information. a Select the key type.
Using VMware vCenter Orchestrator Plug-Ins Procedure 1 Click the Workflows view in the Orchestrator client. 2 In the workflows hierarchical list, open Library > SSH to navigate to the Register vCO public key on host workflow. 3 Right-click the Register vCO public key on host workflow and select Start workflow. 4 Provide the host and authentication information. NOTE You must provide credentials that are registered on the SSH host. 5 Click Submit to run the workflow.
Chapter 5 Using the SSH Plug-In n Log in to the Orchestrator client as a user who can run SSH workflows. Procedure 1 Click the Workflows view in the Orchestrator client. 2 In the workflows hierarchical list, open Library > SSH to navigate to the SCP get command workflow. 3 Right-click the SCP get command workflow and select Start workflow. 4 Provide the required information, and click Next. 5 6 a Type an SSH host name or IP address. b Type the SSH authentication information.
Using VMware vCenter Orchestrator Plug-Ins 52 VMware, Inc.
6 Using the XML Plug-In You can use the XML plug-in to run workflows that create and modify XML documents. The XML plug-in adds an implementation of a Document Object Model (DOM) XML parser to the Orchestrator JavaScript API. The XML plug-in also provides some sample workflows to demonstrate how you can create and modify XML documents from workflows. Alternatively, you can use the ECMAScript for XML (E4X) implementation in the Orchestrator JavaScript API to process XML documents directly in JavaScript.
Using VMware vCenter Orchestrator Plug-Ins 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.
Chapter 6 Using the XML Plug-In Method Returns Description hasAttribute(String):boolean Boolean Returns true if the attribute exists. 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 node.
Using VMware vCenter Orchestrator Plug-Ins Attribute Returns Description length Number The length of a list The XMLNamedNodeMap class defines the following methods. Method Returns Description getNamedItem(string):XMLNode XMLNode Retrieves a node specified by name. item(number):XMLNode XMLNode Retrieves a child node at index. XMLNode Class The XMLNode class is the main node class. The XMLNode class defines the following attributes.
Chapter 6 Using the XML Plug-In XMLNodeList Class The XMLNodeList class is the main class for node lists. The XMLNodeList class defines the following attribute. Attribute Returns Description length Number The length of a list The XMLNodeList class defines the following method. Method Returns Description item(number):Object Object Retrieves a child node at index.
Using VMware vCenter Orchestrator Plug-Ins Find an Element in an XML Document You can run a workflow from the Orchestrator client to find an element in the XML created by the Create a simple XML document workflow. Prerequisites n Log in to the Orchestrator client as a user who can run XML workflows. n Verify that you created the c:/orchestrator folder at the root of the Orchestrator server system or set access rights to another folder. Procedure 1 Click the Workflows view in the Orchestrator client.
Chapter 6 Using the XML Plug-In 4 Provide the input and output filepaths. a Type the filepath to the XML document to modify. For example, c:/orchestrator/filename.xml. b Type the filepath to the modified XML document. For example, c:/orchestrator/filename.xml. NOTE If you type the same filepath in both fields, the workflow overwrites the original file with the modified file. If you type an output filepath to a file that does not exist, the workflow creates a modified file.
Using VMware vCenter Orchestrator Plug-Ins 60 VMware, Inc.
Using the Mail Plug-In 7 You can send email messages from workflows by using the Mail plug-in, which uses the Simple Mail Transfer Protocol (SMTP). For example, you can create a workflow to send an email to a given address if the workflow requires user interaction or when it completes its run.
Using VMware vCenter Orchestrator Plug-Ins Mail Plug-In Scripting API The Mail scripting API contains one class, with its respective attributes and methods, that allow vCenter Orchestrator workflows to send email messages. You can use the API to develop custom workflows. EmailMessage Class The EmailMessage class is the main class for creating email messages that you want to send from workflows. The EmailMessage class defines the following attributes.
Chapter 7 Using the Mail Plug-In Send an Email The following JavaScript example sends an email to the defined recipient, through an SMTP server, with the defined content. var message = new EmailMessage() ; message.smtpHost = "smtpHost" ; message.subject= "my subject" ; message.toAddress = "receiver@vmware.com" ; message.fromAddress = "sender@vmware.com" ; message.addMimePart("This is a simple message","text/html") ; message.
Using VMware vCenter Orchestrator Plug-Ins Test an Example Interaction with Email You can run a workflow from the Orchestrator client to send an email to respond to a query, known as a user interaction. The workflow uses the default mail server configuration that you set in the Orchestrator configuration interface. See “Define the Default SMTP Connection,” on page 61. Prerequisites n Configure the Mail plug-in in the Orchestrator configuration interface.
8 Using the Net Plug-In You can use the Net plug-in to implement the Telnet, FTP, and POP3 protocols in workflows. The POP3 part allows reading email. In combination with the Mail plug-in, the Net plug-in provides full email sending and receiving capabilities in workflows. Net Plug-In Scripting API The Net scripting API contains classes, with their respective attributes, methods, and constructors, that allow vCenter Orchestrator workflows to implement Telnet, POP3, and FTP functionality.
Using VMware vCenter Orchestrator Plug-Ins Method Returns Description getFile(String,String) : Number Number Copies a file from a remote host to the Orchestrator server. getStatus() : String String Provides the status information returned by the server. getString(String) : String String Gets the contents of a remote file. isAvailable() : boolean Boolean Checks the socket to test whether it is available for use.
Chapter 8 Using the Net Plug-In Method Returns Description listMessages():POP3Message[] Array of POP3Message Lists all messages. If there are no messages, the method returns a zero length array. If the operation fails, the method returns null. login(String,String):boolean Boolean Logs in on a POP3 server with the given user name and password. Before attempting to log in, you must connect to the server with the connect() method.
Using VMware vCenter Orchestrator Plug-Ins 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.
9 Using the Enumeration Plug-In You can use the Enumeration plug-in to implement common enumerated types in workflows. This chapter includes the following topics: n “Enumeration Plug-In Scripting API,” on page 69 n “Time Zone Codes,” on page 70 Enumeration Plug-In Scripting API The Enums scripting API contains common enumerated types. Table 9-1.
Using VMware vCenter Orchestrator Plug-Ins Table 9-1. Common Enumerated Types (Continued) Enumeration Name Possible Values Description Enums:Performance Low: Low (20%) Type of performance Medium: Medium (60%) High: High (80%) Enums:RAM 128: 128MB Possible RAM sizes 256: 256MB 512: 512MB 1024: 1GB 2048: 2GB 3584: 3.
Chapter 9 Using the Enumeration Plug-In Time Zone Code Time Zone Name Description 030 Mexico Standard Time (GMT-06:00) Guadalajara, Mexico City, Monterrey 033 Central America Standard Time (GMT-06:00) Central America 035 Eastern Standard Time (GMT-05:00) Eastern Time (US and Canada) 040 U.S. Eastern Standard Time (GMT-05:00) Indiana (East) 045 S.A. Pacific Standard Time (GMT-05:00) Bogota, Lima, Quito 050 Atlantic Standard Time (GMT-04:00) Atlantic Time (Canada) 055 S.A.
Using VMware vCenter Orchestrator Plug-Ins 72 Time Zone Code Time Zone Name Description 165 Arabian Standard Time (GMT+04:00) Abu Dhabi, Muscat 170 Caucasus Standard Time (GMT+04:00) Baku, Tbilisi, Yerevan 175 Transitional Islamic State of Afghanistan Standard Time (GMT+04:30) Kabul 180 Ekaterinburg Standard Time (GMT+05:00) Ekaterinburg 185 West Asia Standard Time (GMT+05:00) Islamabad, Karachi, Tashkent 190 India Standard Time (GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi 193 Nep
Using the Workflow Documentation Plug-In 10 You can use the Workflow Documentation plug-in to generate PDF documentation about a specific workflow or workflow category.
Using VMware vCenter Orchestrator Plug-Ins Generate Workflow Documentation You can export documentation in PDF format about a workflow or a workflow folder that you select at any time. The exported document contains detailed information about the selected workflow or the workflows in the folder. The information about each workflow includes name, version history of the workflow, attributes, parameter presentation, workflow schema, and workflow actions.
Index A G add a database 42 add tables to a database 42 API Explorer, accessing 12 audience 7 generate, workflow documentation 74 guest operation files workflows 18 guest operation processes workflows 19 B host folder management workflows 20 host management registration workflows 22 basic host management workflows 21 basic virtual machine workflows 26 batch workflows 17 H I introduction 9 C clone workflows 27 cluster and compute resource workflows 17 custom attributes workflows 19 D database plug
Using VMware vCenter Orchestrator Plug-Ins N Net plug-in scripting API 65 usage 65 Net plug-in API FTPClient class 65 POP3Client class 66 POP3Message class 67 TelnetClient class 68 networking workflows 22 O Orchestrator architecture 9 overview of Database plug-in 10 Enumeration plug-in 10 Mail plug-in 10 Net plug-in 10 overview of 10 SSH plug-in 10 vCenter Server 4.
Index Workflow Documentation plug-in scripting API 73 workflow library 73 Workflow Documentation plug-in API, SSHFolder class 73 workflows basic host management 21 basic virtual machine 26 batch 17 clone 27 cluster and compute resource 17 custom attributes 19 datacenter 19 datacenter folder management 20 datastore and files 20 device management 29 distributed virtual port group 22 distributed virtual switch 23 guest operation files 18 guest operation processes 19 host folder management 20 host management r
Using VMware vCenter Orchestrator Plug-Ins 78 VMware, Inc.