FirmwareRepositoryData class
This data object contains information about the firmware-updates repository.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Properties
- public string Action { get; set; }
- Action that was run on the repository.
- public int Progress { get; set; }
- Progress of the action was run on the repository.
- public FirmwarePackageData[] FirmwarePackages { get; set; }
- Packages that are contained by the repository.
Methods
- public string[] FixIds();
- Retrieves all distinct firmware packages IDs (fixIDs) from the repository.
- public string[] FixIds(string machineType);
- Retrieves all distinct firmware packages IDs (fixIDs) from the repository that are mapped to a specific machine type.
- public string[] FixIds(string machineType, string fixIdPattern);
- Retrieves all distinct firmware packages IDs (fixIDs) from the repository that are mapped to a specific machine type and contains a package ID substring.
- 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