node-firecracker
Preparing search index...
Drive
Interface Drive
interface
Drive
{
cache_type
?:
DriveCacheType
;
drive_id
:
string
;
io_engine
?:
DriveIoEngine
;
is_read_only
?:
boolean
;
is_root_device
:
boolean
;
partuuid
?:
string
;
path_on_host
?:
string
;
rate_limiter
?:
RateLimiter
;
socket
?:
string
;
}
Index
Properties
cache_
type?
drive_
id
io_
engine?
is_
read_
only?
is_
root_
device
partuuid?
path_
on_
host?
rate_
limiter?
socket?
Properties
Optional
cache_
type
cache_type
?:
DriveCacheType
drive_
id
drive_id
:
string
Optional
io_
engine
io_engine
?:
DriveIoEngine
Optional
is_
read_
only
is_read_only
?:
boolean
is_
root_
device
is_root_device
:
boolean
Optional
partuuid
partuuid
?:
string
Optional
path_
on_
host
path_on_host
?:
string
Optional
rate_
limiter
rate_limiter
?:
RateLimiter
Optional
socket
socket
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache_
type
drive_
id
io_
engine
is_
read_
only
is_
root_
device
partuuid
path_
on_
host
rate_
limiter
socket
node-firecracker
Loading...