Skip to main content

ManagerFullData class

This data object contains detailed information about a resource manager.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Inheritance > Object > ManagerData

Properties

public string [] Issues { get; set; }
Reason for an unhealthy status. If the health state is Normal, this property is null.
public DateTime? LastInventorySyncTimestamp { get; set; }
Timestamp when Lenovo XClarity Orchestrator last refreshed inventory for the resource manager.
public DateTime? LastSyncTimestamp { get; set; }
Timestamp when XClarity Orchestrator last refreshed details about the resource manager.
public string AuthSource { get; set; }
Name of the authentication source for users and groups for the VMware vRealize Operations Manager resource manager.

Information is available only for VMware vRealize Operations Manager. The value is null for all other resource managers.

public ManagerConnection Connection { get; set; }
Information about connection settings.
public ManagerUpdates Updates { get; set; }
Information about the update history for the resource manager.

Information is available only for Lenovo XClarity Administrator and Schneider Electric EcoStruxure IT Expert. The value is null for all other resource managers.

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)