| DiskLayoutModel Class |
Namespace: DoubleTake.Web.Models
The DiskLayoutModel type exposes the following members.
| Name | Description | |
|---|---|---|
| DiskLayoutModel | Initializes a new instance of the DiskLayoutModel class |
| Name | Description | |
|---|---|---|
| DiskIdentifier |
Gets or sets the value used to identify the disk to the appliance. This would be the disk number in
Windows and something else (device name?) in Linux.
| |
| PartitioningScheme |
Gets or sets a value indicating what partitioning scheme to use. Example GPT or MBR
| |
| PartitionInitializationInfos |
Gets or sets a list of partition descriptions for the entire disk. The number of entries here
determines how many partitions you end up with.
| |
| ShouldPartitionDisk |
Gets or sets a value indicating whether we should partition the disk or not.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |