hetzner-ts
Preparing search index...
firewalls/types
FirewallAction
Interface FirewallAction
interface
FirewallAction
{
command
:
string
;
error
:
null
|
{
code
:
string
;
message
:
string
}
;
finished
:
null
|
string
;
id
:
number
;
progress
:
number
;
resources
:
{
id
:
number
;
type
:
string
}
[]
;
started
:
string
;
status
:
ActionStatus
;
}
Index
Properties
command
error
finished
id
progress
resources
started
status
Properties
command
command
:
string
error
error
:
null
|
{
code
:
string
;
message
:
string
}
finished
finished
:
null
|
string
id
id
:
number
progress
progress
:
number
resources
resources
:
{
id
:
number
;
type
:
string
}
[]
started
started
:
string
status
status
:
ActionStatus
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...