Skip to main content

LXCOJobLog class

This data object contains information about the log attached to this job.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Message { get; set;}
Job message.
public DateTime? Description { get; set;}
Timestamp when the entry was added to the jobs log.
public string Severity { get; set;}
Job severity key. This can be one of the following values.
  • Informational. The task started or ended successfully.
  • Warning. The task completed, but there are some problems that the user must be aware of.
  • Critical. The task failed.
  • Unknown. The severity is not known.

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)