# BrokerAgentDiagnostic Class

### NAMESPACE

RASAdminEngine.Core.OutputModels.AgentDiagnostic

### DESCRIPTION

Broker Agent Diagnostic

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒BrokerAgentDiagnostic

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type                                                                                                                                                      | Name                | Description |                                              |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----------- | -------------------------------------------- |
| [RASAgentDiagnosticType](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASAgentDiagnosticType.html) | AgentDiagnosticType |             |                                              |
| String                                                                                                                                                    | AgentVersion        |             |                                              |
| Boolean                                                                                                                                                   | CanTakeover         |             | Whether the Broker can be taken over or not. |
| String                                                                                                                                                    | IP                  |             | Broker IP.                                   |
| String                                                                                                                                                    | OSVersion           |             |                                              |
| String                                                                                                                                                    | PrimaryServer       |             | Primary Server.                              |
| String                                                                                                                                                    | Server              |             |                                              |
| [BrokerDiagnosticState](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/BrokerDiagnosticState.html)   | State               |             | Broker Agent Diagnostic State.               |

### PUBLIC METHODS

| Type    | Name                   | Description                                                                                                                                                    |   |
| ------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj) | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Boolean | Equals (Object obj)    | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()         | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()             |                                                                                                                                                                |   |
| String  | ToString ()            |                                                                                                                                                                |   |
