 | 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)
Syntaxpublic enum DiskConfigStrategy
Public Enumeration DiskConfigStrategy
public enum class DiskConfigStrategy
Members
| Member name | Value | Description |
---|
| CreateDiskPerVolume | 0 |
Create replica disk per volume.
|
| MatchingSource | 1 |
Create the same disk and layout with the source on the replica.
|
| Customization | 2 |
Custom the disk layout on the replica.
|
See Also