| Veritas System Recovery 21 Automation - THIS SCRIPTING DOCUMENTATION IS PROVIDED IN CONJUNCTION WITH YOUR LICENSE FOR VERITAS SYSTEM RECOVERY SOFTWARE PRODUCTS, AND MAY BE USED ONLY IN CONJUNCTION WITH THAT SOFTWARE, UNDER THE TERMS OF THE END USER LICENSE AGREEMENT THAT ACCOMPANIED THE SOFTWARE. THIS SCRIPTING DOCUMENTATION IS PROPRIETARY VERITAS PROPERTY. YOU MAY NOT COPY, DISTRIBUTE, LICENSE OR SUBLICENSE THE SCRIPTING DOCUMENTATION. |
| IESXAccess Interface |
| Description: A com object that stores information that is required to set and retrieve ESX server access information. |
| IID: {171D3EA3-1757-4ED7-A715-62AF44ADA611} |
| VT_BSTR | Server | Write | ESX server DNS name or address. |
| VT_BSTR | Username | Write | User name for accessing the ESX server. |
| VT_BSTR | Password | Write | Password for accessing the ESX server. |
| VT_BSTR | EncryptedPassword | Write | Encrypted password for accessing the ESX Server. |
| VT_BSTR | EncryptedKey | Read Write | The encrypted SSH Key for the ESX Server. |
| VT_BSTR | KeyFingerprint | Read | The ESX server's SSH key fingerprint. |
| VT_BSTR | KeyType | Read | The ESX server's SSH key type. |
| VT_BSTR | ServerVersion | Read | Version of the ESX server. |
| VT_BSTR | HexEncryptedPassword | Write | A hex string representation of the encrypted password |
| VT_VOID ImportVMDK(VT_BSTR srcPath, VT_BSTR destPath, VT_DISPATCH pAgentStatus2) | Imports an upload VMDK disk to the VMFS file system on the ESX server. Uses sourcePath, destinationPath. and agentStatus as parameters. |
| VT_VOID SftpConnect | Opens an SFTP connection to the ESX server. |
| VT_VOID SftpChangeDir(VT_BSTR newDir) | Sets the current directory on the ESX Server.Uses newDirectory as a parameter. |
| VT_VARIANT SftpGetDirectories | Gets a list of directories in the current directory. |
| VT_BSTR SftpGetCurrentDirectory | Gets the current working directory on the ESX server. |
| VT_VOID SftpDisconnect | Closes the SFTP connection the the ESX server. |
| VT_VOID SftpUploadVMDK(VT_BSTR srcVMDKPath, VT_BOOL spannedDisk, VT_DISPATCH pAgentStatus2) | Uploads a VMDK file (including split files) to the ESX Server.Uses SourceVMDKPAth,spannedDisk and agentStaus as a parameters. |
| VT_VOID SftpDeleteVMDK(VT_BSTR VMDKFile, VT_BOOL spannedDisk) | Deletes an existing VMDK file (including split files) on the ESX Server.Uses VMDKFile and spannedDisk as a parameters. |
| Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved. |