@truenas/api-client
GitHub
Preparing search index...
v25_10_0
VirtDeviceDisk
Interface VirtDeviceDisk
interface
VirtDeviceDisk
{
boot_priority
?:
number
|
null
;
description
?:
string
|
null
;
destination
?:
string
|
null
;
dev_type
:
"DISK"
;
io_bus
?:
"NVME"
|
"VIRTIO-BLK"
|
"VIRTIO-SCSI"
|
null
;
name
?:
string
|
null
;
readonly
?:
boolean
;
source
?:
string
|
null
;
storage_pool
?:
string
|
null
;
}
Hierarchy (
View Summary
)
v25_10_0
.
VirtDeviceBase
VirtDeviceDisk
Index
Properties
boot_
priority?
description?
destination?
dev_
type
io_
bus?
name?
readonly?
source?
storage_
pool?
Properties
Optional
boot_
priority
boot_priority
?:
number
|
null
Optional
description
description
?:
string
|
null
Optional
destination
destination
?:
string
|
null
dev_
type
dev_type
:
"DISK"
Optional
io_
bus
io_bus
?:
"NVME"
|
"VIRTIO-BLK"
|
"VIRTIO-SCSI"
|
null
Optional
name
name
?:
string
|
null
Optional
readonly
readonly
?:
boolean
Optional
source
source
?:
string
|
null
Optional
storage_
pool
storage_pool
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
boot_
priority
description
destination
dev_
type
io_
bus
name
readonly
source
storage_
pool
GitHub
@truenas/api-client
Loading...