Click or drag to resize
V2VVirtualMachineModelDiskFormat Property
Gets or sets the disk format.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public string DiskFormat { get; set; }

Property Value

Type: String
The 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