hetzner-ts
Preparing search index...
load-balancers/types
UpdateServiceLoadBalancerParams
Interface UpdateServiceLoadBalancerParams
interface
UpdateServiceLoadBalancerParams
{
destination_port
?:
number
;
health_check
?:
LoadBalancerHealthCheck
;
http
?:
null
|
LoadBalancerServiceHTTPConfig
;
listen_port
:
number
;
protocol
?:
"tcp"
|
"http"
|
"https"
;
proxyprotocol
?:
boolean
;
}
Index
Properties
destination_
port?
health_
check?
http?
listen_
port
protocol?
proxyprotocol?
Properties
Optional
destination_
port
destination_port
?:
number
Optional
health_
check
health_check
?:
LoadBalancerHealthCheck
Optional
http
http
?:
null
|
LoadBalancerServiceHTTPConfig
listen_
port
listen_port
:
number
Optional
protocol
protocol
?:
"tcp"
|
"http"
|
"https"
Optional
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...