Click or drag to resize
DiskLayoutModel Class
Describes how a disk is to be partitioned and formatted. The DiskIdentifier is used to identify the disk to be partition. The Partitioning Scheme identifies if the disk is to use GPT or MBR. The array of PartitionInitializationInfo structures identifies how many partitions, what size and format they should have and other things.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsDiskLayoutModel

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 sealed class DiskLayoutModel

The DiskLayoutModel type exposes the following members.

Constructors
  NameDescription
Public methodDiskLayoutModel
Initializes a new instance of the DiskLayoutModel class
Top
Properties
  NameDescription
Public propertyDiskIdentifier
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.
Public propertyPartitioningScheme
Gets or sets a value indicating what partitioning scheme to use. Example GPT or MBR
Public propertyPartitionInitializationInfos
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.
Public propertyShouldPartitionDisk
Gets or sets a value indicating whether we should partition the disk or not.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also