hetzner-ts
Preparing search index...
servers/isos/types
Isos
Interface Isos
interface
Isos
{
architecture
:
null
|
"x86"
|
"arm64"
;
deprecation
?:
null
|
{
announced
:
string
;
unavailable_after
:
string
}
;
description
:
string
;
id
:
number
;
name
:
null
|
string
;
type
:
null
|
"public"
|
"private"
;
}
Index
Properties
architecture
deprecation?
description
id
name
type
Properties
architecture
architecture
:
null
|
"x86"
|
"arm64"
Optional
deprecation
deprecation
?:
null
|
{
announced
:
string
;
unavailable_after
:
string
}
description
description
:
string
id
id
:
number
name
name
:
null
|
string
type
type
:
null
|
"public"
|
"private"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
architecture
deprecation
description
id
name
type
hetzner-ts
Loading...