FirmwareComponent class
This data object contains information about a firmware component.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Inheritance -> Object -> PlatformComponent class
Properties
- public string Severity { get; set; }
- Update severity (translated). This can be one of the following values.
- InitialRelease. This is the first release of the update.
- Critical. The update contains urgent fixes for data corruption, security, or stability issues.
- PackageSuggested. The update contains significant fixes for problems that you are likely to encounter.
- NonCritical. The update contains minor fixes, performance enhancements, and textual changes.
- public LXCOComponentVersionVersion { get; set; }
- Update package version
- public DeviceUpdatesPolicy[] Policies { get; set; }
- Information about the policies that are associated with the update, if applicable
- public DeviceCVE[] DeviceCVEs { get; set; }
- Information about common vulnerabilities and exposures (CVEs) that were fixed in this update package.
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