hetzner-ts
Preparing search index...
load-balancers/types
LoadBalancerAction
Interface LoadBalancerAction
interface
LoadBalancerAction
{
command
:
string
;
error
:
null
|
ActionError
;
finished
:
null
|
string
;
id
:
number
;
progress
:
number
;
resources
:
ActionResource
[]
;
started
:
string
;
status
:
"running"
|
"success"
|
"error"
;
}
Hierarchy (
View Summary
)
BaseAction
LoadBalancerAction
Index
Properties
command
error
finished
id
progress
resources
started
status
Properties
command
command
:
string
error
error
:
null
|
ActionError
finished
finished
:
null
|
string
id
id
:
number
progress
progress
:
number
resources
resources
:
ActionResource
[]
started
started
:
string
status
status
:
"running"
|
"success"
|
"error"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
error
finished
id
progress
resources
started
status
hetzner-ts
Loading...