DeviceUpdates class
This data object contains information about firmware updates for a specific device.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Properties
- public string Identifier { get; set; }
- Update ID
- public string PolicyState { get; set; }
- Policy state. This can be one of the following values.
- NoPolicyAssigned
- PolicyAssigned
- public DeviceUpdatesPolicy Policy { get; set; }
- Information about the update-compliance policy that is assigned to a device
If a policy is not assigned, this value is null.
- public DeviceCVEDetails CVEDetails { get; set; }
- Information about available CVEs for the update
- public DeviceUpdateComponent[] Components { get; set; }
- Information about all available update components
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