Class HardwareItem
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents any physical hardware item such as a computer, server or rack.
public class HardwareItem : BaseConfigurationType
- Inheritance
-
HardwareItem
- Derived
- Inherited Members
Constructors
HardwareItem()
public HardwareItem()
Properties
AssetTag
Gets or sets the asset tag of the item.
public OverrideString AssetTag { get; set; }
Property Value
Manufacturer
Gets or sets the manufacturer of the item.
public OverrideString Manufacturer { get; set; }
Property Value
Model
Gets or sets the model name of the item - for example "Proliant DL380 G4".
public OverrideString Model { get; set; }
Property Value
ProductNumber
Gets or sets the product number of the item as assigned by the manufacturer.
public OverrideString ProductNumber { get; set; }
Property Value
SerialNumber
Gets or sets the serial number of the item.
public OverrideString SerialNumber { get; set; }