Click or drag to resize
VraQualificationResultsModel Class
Vra qualification results model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsVraQualificationResultsModel

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 VraQualificationResultsModel

The VraQualificationResultsModel type exposes the following members.

Constructors
  NameDescription
Public methodVraQualificationResultsModel
Initializes a new instance of the VraQualificationResultsModel class
Top
Properties
  NameDescription
Public propertyPreexistingDisksFileName
Gets or sets we have a special format for the replica disks, so to use pre-existing disk that disk must have the same name which we expect.
Public propertySourceServerMemorySize
Gets or sets the amount of memory on the server.
Public propertySourceServerProcessorCount
Gets or sets the processor count of the server.
Public propertyTargetHost
Gets or sets the target server information.
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