Click or drag to resize
ImageProtectionOptionsModel Class
Image protection options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsImageProtectionOptionsModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class ImageProtectionOptionsModel

The ImageProtectionOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodImageProtectionOptionsModel
Initializes a new instance of the ImageProtectionOptionsModel class
Top
Properties
  NameDescription
Public propertyImageId
Gets or sets the value used to uniquely identify the image in the image store.
Public propertyImageName
Gets or sets the name of the image.
Public propertyVhdInfo
Gets or sets the information on the VHDs of the image.
Public propertyVhdsToDeleteOnRemove
Gets or sets the list of VHD files to delete (specified by volume letter) from disk when the corresponding protected volume has been removed from the image.
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