 | V2VVirtualMachineModelDiskFormat Property |
Gets or sets the disk format.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string DiskFormat { get; set; }Public Property DiskFormat As String
Get
Set
public:
property String^ DiskFormat {
String^ get ();
void set (String^ value);
}member DiskFormat : string with get, set
Property Value
Type:
StringThe disk format.
Remarks
Dynamic—Use this value for ESX thin disks and for Hyper-V dynamic disks.
Fixed—Use this value for ESX thick disks and for Hyper-V fixed disks.
Flat Disk—Use this value for ESX flat disks. This type is not supported on Hyper-V.
See Also