Click or drag to resize
VHDInfo Class
Part of VM configuration. Describes VHD that is part of VM VM configuration contains an array of these types: all VHDs of that VM.
Inheritance Hierarchy
SystemObject
  DoubleTake.Virtualization.ContractVHDInfo

Namespace: DoubleTake.Virtualization.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
[SerializableAttribute]
public class VHDInfo : IExtensibleDataObject

The VHDInfo type exposes the following members.

Constructors
  NameDescription
Public methodVHDInfo
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Top
Fields
  NameDescription
Public fieldDrive
This value is the drive letter for the .vhd file.
Public fieldFileSize
This value is the size, in bytes, of the .vhd file on the physical disk.
Public fieldMaxInternalSize
This value is the maximum size, in bytes, of the .vhd file as viewable the virtual machine. It is used by CreateJob to check for free space.
Public fieldParentPath
This value is the full path to the parent location of the .vhd file.
Public fieldPath
This value is the full path and file name to the .vhd file.
Public fieldType
This value is the disk type.

0-This value is an unknown disk type.

2-This value is a fixed disk.

3-This value is a dynamic disk.

4-This value is a differencing disk.

5-This value is a thick disk.

6-This value is a thin disk.

7-This value is a flat disk.

Top
See Also