# DevTunnelRegion

- Kind: `enum`
- Package: [Aspire.Hosting.DevTunnels](/reference/api/csharp/aspire.hosting.devtunnels.md)
- Version: `13.5.1`
- Namespace: `Aspire.Hosting.DevTunnels`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/69db530a4816698cf1d5fa4557933e0ac4f127c6/src/Aspire.Hosting.DevTunnels/DevTunnelRegion.cs)

Region options for dev tunnel creation.

## Definition

```csharp
namespace Aspire.Hosting.DevTunnels;

public enum DevTunnelRegion
```

## Enum Members

| Name | Value | Description |
| --- | --- | --- |
| WestEurope | 0 | West Europe region. |
| UKSouth | 1 | UK South region. |
| NorthEurope | 2 | North Europe region. |
| EastUs | 3 | East US region. |
| EastUs2 | 4 | East US 2 region. |
| CentralIndia | 5 | Central India region. |
| WestUs3 | 6 | West US 3 region. |
| WestUs2 | 7 | West US 2 region. |
| SoutheastAsia | 8 | Southeast Asia region. |
| BrazilSouth | 9 | Brazil South region. |
| AustraliaCentral | 10 | Australia Central region. |
| AustraliaEast | 11 | Australia East region. |
| JapanEast | 12 | Japan East region. |
