ManagerUpdateComponent class
This data object contains information about an update component.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string Name { get; set; }
- Component name.
- public bool IsUpgradeable { get; set; }
- Indicates whether the component can be updated.
- true. The component can be updated.
- false. The component cannot be updated.
- public string ComponentID { get; set; }
- Component ID.
- public ManagerUpdateVersion TargetVersion { get; set; }
- Information about the target update for the component based on the assigned policy.
- public ManagerUpdateVersion Version { get; set; }
- Information about the update that is currently installed for the component.
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