Skip to main content

DeviceInAlert class

This data object contains information about the device on which the alert occurred.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Alerts

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Name { get; set; }
Name of the device on which the alert occurred.
public string MTM { get; set; }
Machine type and model, separated by a forward slash (for example, "8695/AC1").
public string SerialNumber { get; set; }
Serial number of the device.

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)