Skip to main content

ServerInventoryInfo class

This data object contains inventory data for a chassis device.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Inheritance -> Object -> DeviceInventoryData class

Properties

public FanData[] Fans{ get; set;}
Information about each fan in the device.
public SystemBoardData SystemBoard { get; set;}
Information about the system board.
public ServerProcessor[] Processors { get; set;}
Information about processors installed on this server.
public ServerMemoryModule[] MemoryModules { get; set;}
Information about memory modules installed on this server.
public ServerDriveInfo[] Drives { get; set;}
Information about disk drives in this server.
public PCIDevice[] AddInCards { get; set;}
Extension cards installed on this server.
public PCIDevice[] OnBoardCards { get; set;}
Extension cards embedded on the main board of this server.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)