hetzner-ts
Preparing search index...
volumes/types
Volume
Interface Volume
interface
Volume
{
created
:
string
;
format
?:
string
;
id
:
number
;
labels
:
Record
<
string
,
string
>
;
linux_device
:
string
;
location
:
VolumeLocation
;
name
:
string
;
protection
:
VolumeProtection
;
server
:
null
|
number
;
size
:
number
;
status
:
"available"
|
"creating"
;
}
Index
Properties
created
format?
id
labels
linux_
device
location
name
protection
server
size
status
Properties
created
created
:
string
Optional
format
format
?:
string
id
id
:
number
labels
labels
:
Record
<
string
,
string
>
linux_
device
linux_device
:
string
location
location
:
VolumeLocation
name
name
:
string
protection
protection
:
VolumeProtection
server
server
:
null
|
number
size
size
:
number
status
status
:
"available"
|
"creating"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
format
id
labels
linux_
device
location
name
protection
server
size
status
hetzner-ts
Loading...