hetzner-ts
Preparing search index...
load-balancers/types
AddServiceLoadBalancerParams
Interface AddServiceLoadBalancerParams
interface
AddServiceLoadBalancerParams
{
destination_port
:
number
;
health_check
:
LoadBalancerHealthCheck
;
http
:
null
|
LoadBalancerServiceHTTPConfig
;
listen_port
:
number
;
protocol
:
"tcp"
|
"http"
|
"https"
;
proxyprotocol
:
boolean
;
}
Hierarchy (
View Summary
)
LoadBalancerService
AddServiceLoadBalancerParams
Index
Properties
destination_
port
health_
check
http
listen_
port
protocol
proxyprotocol
Properties
destination_
port
destination_port
:
number
health_
check
health_check
:
LoadBalancerHealthCheck
http
http
:
null
|
LoadBalancerServiceHTTPConfig
listen_
port
listen_port
:
number
protocol
protocol
:
"tcp"
|
"http"
|
"https"
proxyprotocol
proxyprotocol
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination_
port
health_
check
http
listen_
port
protocol
proxyprotocol
hetzner-ts
Loading...