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.
IVolume Interface

Description: A com object that stores information that is required to set and retrieve volume information.
IID: {F550F567-40E9-44A2-BDC6-353F3A3A756B}
Properties
VT_BSTRFileSystem Read WriteFile system type (FAT32, NTFS, etc).
VT_BOOLSystem Read WriteWhether this represents the system volume.
VT_BSTRHistoryFile Read WriteName of the file containing image history information.
VT_BSTRLabel Read WriteVolume label.
VT_BSTRMachine Read WriteName of the computer on which the volume resides.
VT_BSTRMountPoint Read WriteVolume mount point (generally a drive letter).
VT_BSTRID ReadUnique, automatically generated identifier.
VT_BOOLValid Read WriteWhether this volume can be imaged.
IImageLastImage ReadThe last image of this volume.
VT_I4SizeMB Read WriteSize of the volume in MB.
VT_I4FreeSpaceMB Read WriteAmount of free MB in the volume.
VT_BOOLMounted Read WriteVolume is mounted.
VT_BSTRDisplayName ReadUser-friendly description of volume.
VT_VARIANTImages ReadArray of Image objects representing the images captured for this volume.
VT_BSTRType Read WriteVolume type (Simple, Basic, Dynamic, etc).
VT_BOOLHidden Read WriteWhether this represents a hidden volume.
VT_BOOLActive Read WriteWhether this represents the boot volume.
VT_BSTRGeneratedFilename ReadDefault generated file name, often used for the ImageLocation object's FileSpec property.
VT_BSTRTrackingJob Read WriteID of the ImageJob tracking this volume (for incremental support).
VT_DISPATCHConstants ReadNamed constants for scripting. See VProObjConstants.
VT_VARIANTActiveImageSet ReadAn array of Image objects containing the current base image and its dependent incremental images.
VT_BSTROldID ReadUnique, automatically generated identifier (old format).
VT_BOOLSaveBackupHistory WriteSave backup history with volume.
VT_VARIANTImageSet(VT_BSTR ImageID) ReadThe array of Image objects containing the incremental chain (base + incrementals) that includes the requested image.
Methods
VT_VOID ValidatePropertiesDetermines if the current volume properties are valid.
VT_VOID CleanHistoryRemoves old entries from the image history.

Home


Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved.