# NotificationType Enum

### NAME

NotificationType

### DESCRIPTION

Type of notification

| Values                             | Description                                          |
| ---------------------------------- | ---------------------------------------------------- |
| Unknown                            | Unknown                                              |
| CPUEvent                           | CPU                                                  |
| MemoryEvent                        | Memory                                               |
| RDSHConnectedSessionEvent          | RDSH Connected Session Event Count                   |
| RDSHDisconnectedSessionEvent       | RDSH Disconnected Session Event Count                |
| RDSHConnectedSessionEventPerc      | RDSH Connected Session Event Percentage              |
| RDSHDisconnectedSessionEventPerc   | RDSH Disconnected Session Event Percentage           |
| TunneledSess                       | Tunneled Sessions                                    |
| CPU                                | CPU                                                  |
| Memory                             | Memory                                               |
| RDSH                               | RSDH                                                 |
| Agent                              | Agent                                                |
| VDI                                | VDI                                                  |
| PubItem                            | Published Item                                       |
| License                            | License                                              |
| Authentication                     | Authentication                                       |
| Gateway                            | Secure Gateway                                       |
| GW                                 | Deprecated: Use SecureGateway                        |
| Disk                               | Disk                                                 |
| Tenant                             | Tenant                                               |
| FailedTunneledSess                 | Failed Tunneled Session                              |
| FailedTunneledSessTenantBroker     | Failed Tunneled Session Tenant Broker                |
| AVDActiveSessionsUtilization       | AVD Active Sessions Utilization (Experimental)       |
| AVDDisconnectedSessionsUtilization | AVD Disconnected Sessions Utilization (Experimental) |

#### References to Types

| [Notification](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/Notification.html)                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [NotificationEvent](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/NotificationEvent.html)                 |
| [NotificationEventCriteria](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/NotificationEventCriteria.html) |
| [NotificationResource](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/NotificationResource.html)           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/v19/parallels-ras-powershell-admin-module/enums/notificationtype-enum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
