![]() |
VHDInfo Class |
Namespace: DoubleTake.Virtualization.Contract
[SerializableAttribute] public class VHDInfo : IExtensibleDataObject
The VHDInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExtensionData |
Gets or sets the structure that contains extra data.
|
Name | Description | |
---|---|---|
![]() | Drive |
This value is the drive letter for the .vhd file.
|
![]() | FileSize |
This value is the size, in bytes, of the .vhd file on the physical disk.
|
![]() | MaxInternalSize |
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.
|
![]() | ParentPath |
This value is the full path to the parent location of the .vhd file.
|
![]() | Path |
This value is the full path and file name to the .vhd file.
|
![]() | Type |
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.
|