hetzner-ts
Preparing search index...
load-balancers/types
CreateLoadBalancerParams
Interface CreateLoadBalancerParams
interface
CreateLoadBalancerParams
{
algorithm
?:
LoadBalancerAlgorithm
;
labels
?:
Record
<
string
,
string
>
;
load_balancer_type
:
string
|
number
;
location
?:
string
|
number
;
name
:
string
;
network
?:
number
;
network_zone
?:
string
;
public_interface
?:
boolean
;
services
?:
LoadBalancerService
[]
;
targets
?:
LoadBalancerTarget
[]
;
}
Index
Properties
algorithm?
labels?
load_
balancer_
type
location?
name
network?
network_
zone?
public_
interface?
services?
targets?
Properties
Optional
algorithm
algorithm
?:
LoadBalancerAlgorithm
Optional
labels
labels
?:
Record
<
string
,
string
>
load_
balancer_
type
load_balancer_type
:
string
|
number
Optional
location
location
?:
string
|
number
name
name
:
string
Optional
network
network
?:
number
Optional
network_
zone
network_zone
?:
string
Optional
public_
interface
public_interface
?:
boolean
Optional
services
services
?:
LoadBalancerService
[]
Optional
targets
targets
?:
LoadBalancerTarget
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
labels
load_
balancer_
type
location
name
network
network_
zone
public_
interface
services
targets
hetzner-ts
Loading...