LXCOJobSummary class
This data object contains summary information about a job.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Properties
- public string Title { get; set;}
- Summary title.
- public string Description { get; set;}
- Job description.
- public string Action { get; set;}
- Recovery actions to perform to resolve the problem, if appropriate.
- public string Severity { get; set;}
- Job severity. This can be one of the following values.
- Informational. Information only. No action is necessary.
- Warning. User can decide if action is needed.
- Critical. Action is needed immediately, and the scope is broad (perhaps an imminent outage to a critical resource will result).
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