Table of Contents

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

string

BiosReleaseDate

Gets or sets the release date of the host's BIOS.

public DateTime BiosReleaseDate { get; set; }

Property Value

DateTime

BiosVersion

Gets or sets the host's BIOS version - for example "6.0.0".

public string BiosVersion { get; set; }

Property Value

string

CpuCores

Gets or sets the number of CPU cores found in the host.

public int CpuCores { get; set; }

Property Value

int

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

string

CpuPackages

Gets or sets the number of CPU packages.

public int CpuPackages { get; set; }

Property Value

int

CpuSpeed

Gets or sets the speed of the CPU in MHz.

public int CpuSpeed { get; set; }

Property Value

int

HardwareDevices

Gets or sets the hardware devices found within this VMware host.

public VMwareHostHardwareDevices HardwareDevices { get; set; }

Property Value

VMwareHostHardwareDevices

HyperthreadingActive

Gets or sets whether the host has hyperthreading support active.

public BooleanOption HyperthreadingActive { get; set; }

Property Value

BooleanOption

Manufacturer

Gets or sets the manufacturer of the physical server.

public string Manufacturer { get; set; }

Property Value

string

Model

Gets or sets the model of the physical server.

public string Model { get; set; }

Property Value

string

PhysicalMemory

Gets or sets the total physical memory found in the host in MB.

public long PhysicalMemory { get; set; }

Property Value

long

ServiceTag

Gets or sets the service tag or serial number for the server.

public string ServiceTag { get; set; }

Property Value

string