ResourceManagerUpdateComplianceDetails class
This data object contains information about update compliance for a specific resource manager.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.ResourceManager
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string Name { get; set; }
- Resource manager name.
- public ManagerHealthState HealthState { get; set; }
- Manager health state.
- public string ID { get; set; }
- Resource manager ID.
- public string ManagerType { get; set; }
- Type of resource manager. This can be one of the following values.
- XClarity Management Hub 2.0
- XClarity Management Hub
- XClarity Administrator
- XClarity Orchestrator
- Schneider EcoStruxure IT
- VMware vRealize Operations Manager
- public DateTime? ConnectTimestamp { get; set; }
- Timestamp when the resource manager was registered with XClarity Orchestrator.
- public ManagerGroup[] Groups { get; set; }
- Information about each group in which this resource manager is a member.
- public ManagerUpdates Updates { get; set; }
- Information about the updates.
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