# GatewayAgentDiagnostic Class

### NAMESPACE

RASAdminEngine.Core.OutputModels.AgentDiagnostic

### DESCRIPTION

Gateway Agent Diagnostic

### INHERITED FROM

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

### 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        |             |                                       |
| String                                                                                                                                                    | ExtendedInfo        |             | Extended info.                        |
| [FIPSMode](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/FIPSMode.html)                             | FIPSMode            |             | FIPS Mode.                            |
| List\<String>                                                                                                                                             | IPs                 |             | Gateway IP List.                      |
| String                                                                                                                                                    | OSVersion           |             |                                       |
| String                                                                                                                                                    | Server              |             |                                       |
| [DiagnosticState](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/DiagnosticState.html)               | State               |             | Gateway Agent Diagnostic Agent 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 ()            |                                                                                                                                                                |   |
