@truenas/api-client
GitHub
Preparing search index...
v25_10_0
VMRAWDevice
Interface VMRAWDevice
interface
VMRAWDevice
{
boot
?:
boolean
;
dtype
:
"RAW"
;
exists
?:
boolean
;
iotype
?:
v25_10_0
.
Iotype
;
logical_sectorsize
?:
512
|
4096
|
null
;
path
:
string
;
physical_sectorsize
?:
512
|
4096
|
null
;
serial
?:
string
|
null
;
size
?:
number
|
null
;
type
?:
v25_10_0
.
VMDiskDeviceType
;
}
Index
Properties
boot?
dtype
exists?
iotype?
logical_
sectorsize?
path
physical_
sectorsize?
serial?
size?
type?
Properties
Optional
boot
boot
?:
boolean
dtype
dtype
:
"RAW"
Optional
exists
exists
?:
boolean
Optional
iotype
iotype
?:
v25_10_0
.
Iotype
Optional
logical_
sectorsize
logical_sectorsize
?:
512
|
4096
|
null
path
path
:
string
Optional
physical_
sectorsize
physical_sectorsize
?:
512
|
4096
|
null
Optional
serial
serial
?:
string
|
null
Optional
size
size
?:
number
|
null
Optional
type
type
?:
v25_10_0
.
VMDiskDeviceType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
boot
dtype
exists
iotype
logical_
sectorsize
path
physical_
sectorsize
serial
size
type
GitHub
@truenas/api-client
Loading...