hetzner-ts
Preparing search index...
servers/server-types/types
ServerType
Interface ServerType
interface
ServerType
{
architecture
:
"x86"
|
"arm64"
;
cores
:
number
;
cpu_type
:
"shared"
|
"dedicated"
;
deprecated
:
boolean
;
deprecation
:
null
|
DeprecationInfo
;
description
:
string
;
disk
:
number
;
id
:
number
;
memory
:
number
;
name
:
string
;
prices
:
Price
[]
;
storage_type
:
"network"
|
"local"
;
}
Index
Properties
architecture
cores
cpu_
type
deprecated
deprecation
description
disk
id
memory
name
prices
storage_
type
Properties
architecture
architecture
:
"x86"
|
"arm64"
cores
cores
:
number
cpu_
type
cpu_type
:
"shared"
|
"dedicated"
deprecated
deprecated
:
boolean
deprecation
deprecation
:
null
|
DeprecationInfo
description
description
:
string
disk
disk
:
number
id
id
:
number
memory
memory
:
number
name
name
:
string
prices
prices
:
Price
[]
storage_
type
storage_type
:
"network"
|
"local"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
architecture
cores
cpu_
type
deprecated
deprecation
description
disk
id
memory
name
prices
storage_
type
hetzner-ts
Loading...