FanMultiplexors class
This data object contains fan multiplexor data.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string SerialNumber { get; set;}
- Serial number.
- public string Bay { get; set;}
- Device bay.
- public string Status { get; set;}
- Status.
- public string Name { get; set;}
- Name.
- public string Model { get; set;}
- Model.
- public string ProductName { get; set;}
- Product name.
- public string FruSerialNumber { get; set;}
- FRU serial number.
- public string PartNumber { get; set;}
- Part number.
- public string FRU { get; set;}
- FRU.
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