ContainerGatewayListener

ContainerGatewayListener
ContainerGatewayListener

Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.

JSON Example
{
    "hostname": "string",
    "name": "string",
    "port": 0,
    "protocol": "string"
}
string
hostname
Optional
Constraints: maxLength: 255

Specifies the virtual hostname to match for protocol type.

string
name
Optional
Constraints: maxLength: 255

Specifies name of gateway listener

integer As int64 As int64
port
Optional
Constraints: minimum: 0 maximum: 65535

Specifies network port of gateway.

string
protocol
Optional

Specifies the network protocol this listener expects to receive. e.g. HTTP,HTTPS,TCP, TLS, UDP.

Possible values are : HTTP, HTTPS, TCP, TLS, UDP,