Click or drag to resize
DTAVPersistedStateModel Class
DTAV persisted state.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsDTAVPersistedStateModel

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

The DTAVPersistedStateModel type exposes the following members.

Constructors
  NameDescription
Public methodDTAVPersistedStateModel
Initializes a new instance of the DTAVPersistedStateModel class
Top
Properties
  NameDescription
Public propertyJobCreationDate
Gets or sets the job creation date.
Public propertyJobState
Gets or sets the state of the job.
Public propertyJobVersion
Gets or sets the job version.
Public propertyLicensed
Gets or sets a value indicating whether this DTAVPersistedStateModel is licensed.
Public propertyLicenseData
Gets or sets the license data.
Public propertySavedSnapshots
Gets or sets the saved snapshots.
Public propertySnapshotName
Gets or sets the name of the snapshot.
Public propertyTargetVmGuid
Gets or sets the target vm unique identifier.
Public propertyVmdkdInfoList
Gets or sets the VMDKD information list.
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