Click or drag to resize
VolumeQualificationResults Class
Represents information of volume for console display.
Inheritance Hierarchy
SystemObject
  DoubleTake.Virtualization.ContractVolumeQualificationResults

Namespace: DoubleTake.Virtualization.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class VolumeQualificationResults : IExtensibleDataObject

The VolumeQualificationResults type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyClusterResourceGroupName
This value is the name of the group that contains the resource.
Public propertyCurrentOwnerNodeName
This value is the name of the resource's current owning node.
Public propertyDiskSize
This value is the total size, in bytes, of the volume.
Public propertyDriveLetter
This value is the drive letter of the volume.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFreeSpace
This value is the available free space, in bytes, on the volume.
Public propertyIsSystemVolume
This value is true if the volume is the system volume; otherwise, it is false.
Public propertyIsVolumeCSV
This value is true if the volume is a cluster shared volume; otherwise, it is false.
Public propertyMaxFileSize
This value is the maximum file size, in megabytes, of the virtual hard disk file.
Public propertyProvisionedSpace
This value is the amount of provisioned space, in bytes, on the volume.
Public propertyUrl
This value is the URL of an ESX datastore.
Top
See Also