ImageInfoModel Class |
Namespace: DoubleTake.Web.Models
The ImageInfoModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageInfoModel | Initializes a new instance of the ImageInfoModel class |
| Name | Description | |
|---|---|---|
| CreationTimestamp |
Gets or sets the date and time when the image was created.
| |
| Description |
Gets or sets the description of the image.
| |
| Id |
Gets or sets the image unique ID.
| |
| ImageName |
Gets or sets the name of the image.
| |
| ImageType |
Gets or sets the type of image.
| |
| ProtectionConnectionId |
Gets or sets the connection ID, if there is a protection job using the image.
| |
| ProtectionJobName |
Gets or sets the job name, if there is a protection job using the image.
| |
| Snapshots |
Gets or sets the current list of snapshots for the connection.
| |
| SourceImageMountLocation |
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.
| |
| SourceName |
Gets or sets the name of the source that contained the original the image data.
| |
| State |
Gets or sets the state of the target.
| |
| VhdFiles |
Gets or sets information about a virtual hard disk used to store an image.
|
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |