Click or drag to resize
VRAQualificationResults Class
Represents information that may be needed to configure a VRA job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractVRAQualificationResults

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class VRAQualificationResults : IExtensibleDataObject

The VRAQualificationResults type exposes the following members.

Constructors
  NameDescription
Public methodVRAQualificationResults
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyPreexistingDisksFileName
This value is the full path and file name of an existing virtual disk that you want to reuse. If this value is null, a new virtual disk will be created.
Public propertySourceServerCoresPerProcessorCount
This value is the number of cores per processor on the source.
Public propertySourceServerMemorySize
This value is the amount of memory, in bytes, on the source.
Public propertySourceServerProcessorCount
This value is the number of processors on the source.
Public propertyTargetHost
This value represents the target server information.
Top
See Also