edgegap 0.1.0

Auto-generated client library for the Edgegap API, used by the arbctl tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PortMapping

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**external** | Option<**i32**> | The Port to Connect from Internet | [optional]
**internal** | Option<**i32**> | The internal Port of the Container | [optional]
**protocol** | Option<**String**> | The Protocol (i.e. 'TCP') | [optional]
**name** | Option<**String**> | The Name of the port if given, default to internal port in string | [optional]
**tls_upgrade** | Option<**bool**> | If the port require TLS Upgrade | [optional]
**link** | Option<**String**> | link of the port with scheme depending of the protocol | [optional]
**proxy** | Option<**i32**> | Internal Proxy Mapping | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)