Click or drag to resize

DiskConfigStrategy Enumeration

Disk configuration strategy for the replica

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntax
public enum DiskConfigStrategy
Members
  Member nameValueDescription
CreateDiskPerVolume0 Create replica disk per volume.
MatchingSource1 Create the same disk and layout with the source on the replica.
Customization2 Custom the disk layout on the replica.
See Also