ManagerData class
This data object contains high-level information about a resource manager.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string Id { get; set; }
- Resource manager ID.
- public ManagerHealthState HealthState { get; set; }
- Resource manager health state. This can be one or more of the following values, separated by a comma.
- Normal
- Non-Critical
- Warning
- Minor-Failure
- Major-Failure
- Non-Recoverable
- Critical
- Unknown
- public string Name { get; set; }
- Resource manager name.
- public string ManagerType { get; set; }
Type of resource manager. This can be one of the following values.
- Schneider EcoStruxure IT
- vRealize Operations Manager
- XClarity Administrator
- XClarity Orchestrator
- public DateTime? ConnectTimestamp { get; set; }
- Timestamp when the resource manager was registered with XClarity Orchestrator.
- public ResourceManagerGroup[] Groups { get; set; }
- Information about each group in which this resource manager is a member.
- public ResourceManagerOptions Options { get; set; }
- Information about resource-manager options.
- public ManagerDetails Details { get; set; }
- Information about the resource-manager properties.
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