ChassisInventoryInfo 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 FanMultiplexors[] FanMultiplexors {get; set;}
- Information about each fan-multiplexor in the device.
- public FanData[] Fans { get; set;}
- Information about each fan in the device.
- public ChassisComponent[] ChassisCMMs { get; set;}
- Details about the CMMs included in this chassis.
- public ChassisComponent[] ChassisSwitches {get; set;}
- Details about the switches included in this chassis.
- public ChassisComponent[] ChassisServers { get; set;}
- Details about the servers included in this chassis.
- public ChassisComponent[] ChassisStorage { get; set;}
- Details about the storage included in this chassis.
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)
Give documentation feedback