![]() | DiskOptionsModel Class |
Namespace: DoubleTake.Web.Models
The DiskOptionsModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | DiskOptionsModel | Initializes a new instance of the DiskOptionsModel class |
Name | Description | |
---|---|---|
![]() | DesiredSizeInB |
Gets or sets the desired size in bytes of the new disk.
|
![]() | DiskControllerType | Gets or sets the disk controller.
IDE—Use this value to create an IDE disk.
SCSI—Use this value to create a SCSI disk.
|
![]() | DiskName |
Gets or sets is the name of the disk.
(Inherited from DiskModel.) |
![]() | DiskProvisioningType |
Gets or sets the disk type.
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.
|
![]() | Partitions |
Gets or sets are the partitions on the disk.
(Inherited from DiskModel.) |
![]() | PartTableType |
Gets or sets is the partition table type.
(Inherited from DiskModel.) |
![]() | PreexistingDiskPath |
Gets or sets the full path and file name of an existing virtual disk that you want to reuse. If this value is null, a new virtual disk will be created.
|
![]() | SizeInB |
Gets or sets is the size of the disk in bytes
(Inherited from DiskModel.) |
![]() | Valid |
Gets or sets determine whether or not this Disk is a valid one.
(Inherited from DiskModel.) |
![]() | VirtualDiskPath |
Gets or sets the path on the host where the disk should be stored.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |