Click or drag to resize
ServerQualificationResults Class
Represents server information to display on the Console
Inheritance Hierarchy
SystemObject
  DoubleTake.Virtualization.ContractServerQualificationResults

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

The ServerQualificationResults type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCoresPerProcessor
This value is the number of cores per processor
Public propertyCpus
This value is the number of processors.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyLogicalProcessors
Gets or sets the total number of logical processors. This is the total number of logical processors including threads.
Public propertyMemory
This value is the amount of memory in bytes.
Public propertyVersion
This value is the version of the target host hypervisor.
Public propertyVirtualSwitches
This value represents the virtual switch information.
Public propertyVolumes
This value represents the volume information.
Top
See Also