Click or drag to resize

DiskOptionsModel Class

Represents a disk for the server.
Inheritance Hierarchy

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 class DiskOptionsModel : DiskModel

The DiskOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodDiskOptionsModel
Initializes a new instance of the DiskOptionsModel class
Top
Properties
  NameDescription
Public propertyDesiredSizeInB
Gets or sets the desired size in bytes of the new disk.
Public propertyDiskControllerType

Gets or sets the disk controller.

IDE—Use this value to create an IDE disk.

SCSI—Use this value to create a SCSI disk.

Public propertyDiskName
Gets or sets is the name of the disk.
(Inherited from DiskModel.)
Public propertyDiskProvisioningType
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.

Public propertyPartitions
Gets or sets are the partitions on the disk.
(Inherited from DiskModel.)
Public propertyPartTableType
Gets or sets is the partition table type.
(Inherited from DiskModel.)
Public propertyPreexistingDiskPath
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.
Public propertySizeInB
Gets or sets is the size of the disk in bytes
(Inherited from DiskModel.)
Public propertyValid
Gets or sets determine whether or not this Disk is a valid one.
(Inherited from DiskModel.)
Public propertyVirtualDiskPath
Gets or sets the path on the host where the disk should be stored.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also