Skip to main content

ManagerDetails class

This data object contains information about properties of a resource manager.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Uuid { get; set; }
Resource manager UUID.
public Version Version { get; set; }
Resource manager version.
public int BuildNumber { get; set; }
Resource manager build number.

The value is -1 if this the build number is not available.

public string ForwarderID { get; set; }
ID of the event forwarder that pushes events to this Lenovo XClarity Orchestrator instance.

Information is available only for Lenovo XClarity Administrator. The value is null for all other resource managers.

public string MetricsSubscriptionID { get; set; }
ID of the metrics subscription that pushes metrics to this Lenovo XClarity Orchestrator instance.

Information is available only for Lenovo XClarity Administrator. The value is null for all other resource managers.

public ManagerNetworkSettings NetworkSettings { get; set; }
Information about network settings for the resource manager.

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)