Skip to main content

DeviceFirmwareCatalog class

This data object contains information about update packages and component.

Namespace: Lenovo.SysMgmt.LXCO.Integration.Data

Assembly: Lenovo.SysMgmt.LXCO.Integration.Data

Inheritance -> Object -> FirmwareCatalogEntry class

Properties

public string PlatformUuid { get; set; }
Platform unique ID
public string ChassisTypes { get; set; }
Chassis type, if applicable
public string PlatformType { get; set; }
Platform type. This can be one of the following values.
  • Manager. Lenovo XClarity Administrator resource manager
  • Repopack. Lenovo XClarity Administrator repository pack
  • Server. Server device
public PlatformComponent[] Children { get; set; }
Information about each component in the platform

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)