hetzner-ts
Preparing search index...
load-balancers/types
LoadBalancer
Interface LoadBalancer
interface
LoadBalancer
{
algorithm
:
LoadBalancerAlgorithm
;
created
:
string
;
id
:
number
;
included_traffic
:
number
;
ingoing_traffic
:
null
|
number
;
labels
:
Record
<
string
,
string
>
;
load_balancer_type
:
LoadBalancerType
;
location
:
LoadBalancerLocation
;
name
:
string
;
outgoing_traffic
:
null
|
number
;
private_net
:
LoadBalancerPrivateNet
[]
;
protection
:
LoadBalancerProtection
;
public_net
:
LoadBalancerPublicNet
;
services
:
LoadBalancerService
[]
;
targets
:
LoadBalancerTarget
[]
;
}
Index
Properties
algorithm
created
id
included_
traffic
ingoing_
traffic
labels
load_
balancer_
type
location
name
outgoing_
traffic
private_
net
protection
public_
net
services
targets
Properties
algorithm
algorithm
:
LoadBalancerAlgorithm
created
created
:
string
id
id
:
number
included_
traffic
included_traffic
:
number
ingoing_
traffic
ingoing_traffic
:
null
|
number
labels
labels
:
Record
<
string
,
string
>
load_
balancer_
type
load_balancer_type
:
LoadBalancerType
location
location
:
LoadBalancerLocation
name
name
:
string
outgoing_
traffic
outgoing_traffic
:
null
|
number
private_
net
private_net
:
LoadBalancerPrivateNet
[]
protection
protection
:
LoadBalancerProtection
public_
net
public_net
:
LoadBalancerPublicNet
services
services
:
LoadBalancerService
[]
targets
targets
:
LoadBalancerTarget
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
created
id
included_
traffic
ingoing_
traffic
labels
load_
balancer_
type
location
name
outgoing_
traffic
private_
net
protection
public_
net
services
targets
hetzner-ts
Loading...