Class VMwareHostHardware
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the hardware configuration of a VMware host.
public class VMwareHostHardware : GlobalSerializableClassicBase
- Inheritance
-
VMwareHostHardware
Constructors
VMwareHostHardware()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostHardware class.
public VMwareHostHardware()
Properties
AssetTag
Gets or sets the asset tag for the server.
public string AssetTag { get; set; }
Property Value
BiosReleaseDate
Gets or sets the release date of the host's BIOS.
public DateTime BiosReleaseDate { get; set; }
Property Value
BiosVersion
Gets or sets the host's BIOS version - for example "6.0.0".
public string BiosVersion { get; set; }
Property Value
CpuCores
Gets or sets the number of CPU cores found in the host.
public int CpuCores { get; set; }
Property Value
CpuModel
Gets or sets the model of the CPU - for example "Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz".
public string CpuModel { get; set; }
Property Value
CpuPackages
Gets or sets the number of CPU packages.
public int CpuPackages { get; set; }
Property Value
CpuSpeed
Gets or sets the speed of the CPU in MHz.
public int CpuSpeed { get; set; }
Property Value
HardwareDevices
Gets or sets the hardware devices found within this VMware host.
public VMwareHostHardwareDevices HardwareDevices { get; set; }
Property Value
HyperthreadingActive
Gets or sets whether the host has hyperthreading support active.
public BooleanOption HyperthreadingActive { get; set; }
Property Value
Manufacturer
Gets or sets the manufacturer of the physical server.
public string Manufacturer { get; set; }
Property Value
Model
Gets or sets the model of the physical server.
public string Model { get; set; }
Property Value
PhysicalMemory
Gets or sets the total physical memory found in the host in MB.
public long PhysicalMemory { get; set; }
Property Value
ServiceTag
Gets or sets the service tag or serial number for the server.
public string ServiceTag { get; set; }