Skip to main content

FanData class

This data object contains fan data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Name { get; set;}
Fan name.
public string Status { get; set;}
Fan status.
public string Speed { get; set;}
Fan speed.
public string Description { get; set;}
Fan description.
public string HealthState { get; set;}
Fan health state. This can be one of the following values.
  • Normal
  • Non-Critical
  • Warning
  • Minor-Failure
  • Major-Failure
  • Non-Recoverable
  • Critical
  • Unknown
public string Model { get; set;}
Model.
public string SerialNumber { get; set;}
Serial number.
public string Slot { get; set;}
Fan slot.

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)