1
0
mirror of https://github.com/playit-cloud/playit-api-java synced 2024-11-24 04:26:12 +00:00
playit-api-java/docs/TunnelCreateUseAllocation.md
2024-02-08 12:15:33 -08:00

25 lines
430 B
Markdown

# TunnelCreateUseAllocation
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**type** | [**TypeEnum**](#TypeEnum) | | |
|**details** | [**UseRegion**](UseRegion.md) | | |
## Enum: TypeEnum
| Name | Value |
|---- | -----|
| DEDICATED_IP | "dedicated-ip" |
| PORT_ALLOCATION | "port-allocation" |
| REGION | "region" |