Click or drag to resize
ImageInfoModel Class
Image info model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsImageInfoModel

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 ImageInfoModel

The ImageInfoModel type exposes the following members.

Constructors
  NameDescription
Public methodImageInfoModel
Initializes a new instance of the ImageInfoModel class
Top
Properties
  NameDescription
Public propertyCreationTimestamp
Gets or sets the date and time when the image was created.
Public propertyDescription
Gets or sets the description of the image.
Public propertyId
Gets or sets the image unique ID.
Public propertyImageName
Gets or sets the name of the image.
Public propertyImageType
Gets or sets the type of image.
Public propertyProtectionConnectionId
Gets or sets the connection ID, if there is a protection job using the image.
Public propertyProtectionJobName
Gets or sets the job name, if there is a protection job using the image.
Public propertySnapshots
Gets or sets the current list of snapshots for the connection.
Public propertySourceImageMountLocation
Gets or sets the full path to the root of image data where each of the .vhd files are mounted in a subdirectory by volume letter.
Public propertySourceName
Gets or sets the name of the source that contained the original the image data.
Public propertyState
Gets or sets the state of the target.
Public propertyVhdFiles
Gets or sets information about a virtual hard disk used to store an 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