mirror of
https://github.com/playit-cloud/playit-api-java
synced 2024-11-24 04:26:12 +00:00
24 lines
603 B
Markdown
24 lines
603 B
Markdown
|
|
|
|
# TunnelAllocated
|
|
|
|
|
|
## Properties
|
|
|
|
| Name | Type | Description | Notes |
|
|
|------------ | ------------- | ------------- | -------------|
|
|
|**id** | **String** | | |
|
|
|**ipHostname** | **String** | | |
|
|
|**staticIp4** | **String** | | [optional] |
|
|
|**assignedDomain** | **String** | | |
|
|
|**assignedSrv** | **String** | | [optional] |
|
|
|**tunnelIp** | **String** | | |
|
|
|**portStart** | **BigDecimal** | | |
|
|
|**portEnd** | **BigDecimal** | | |
|
|
|**assignment** | [**TunnelAssignment**](TunnelAssignment.md) | | |
|
|
|**ipType** | **IpType** | | |
|
|
|**region** | **AllocationRegion** | | |
|
|
|
|
|
|
|