mirror of
https://github.com/playit-cloud/playit-api-java
synced 2024-11-24 04:26:12 +00:00
25 lines
430 B
Markdown
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" |
|
|
|
|
|
|
|