Skip to main content

ManagerUpdates class

This data object contains information about the update history for a resource manager.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Identifier { get; set; }
Update ID.
public ManagerUpdatePolicyState PolicyState { get; set; }
Policy state.
public ManagerUpdatesPolicy Policy { get; set; }
Information about the update-compliance policy that is assigned to this device.

If a policy is not assigned, this value is null.

public ManagerUpdateComponent[] Components { get; set; }
Information about each update 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)