@truenas/api-client
GitHub
Preparing search index...
v25_10_0
VMDiskDevice
Interface VMDiskDevice
interface
VMDiskDevice
{
create_zvol
?:
boolean
;
dtype
:
"DISK"
;
iotype
?:
v25_10_0
.
Iotype
;
logical_sectorsize
?:
512
|
4096
|
null
;
path
?:
string
|
null
;
physical_sectorsize
?:
512
|
4096
|
null
;
serial
?:
string
|
null
;
type
?:
v25_10_0
.
VMDiskDeviceType
;
zvol_name
?:
string
|
null
;
zvol_volsize
?:
number
|
null
;
}
Index
Properties
create_
zvol?
dtype
iotype?
logical_
sectorsize?
path?
physical_
sectorsize?
serial?
type?
zvol_
name?
zvol_
volsize?
Properties
Optional
create_
zvol
create_zvol
?:
boolean
dtype
dtype
:
"DISK"
Optional
iotype
iotype
?:
v25_10_0
.
Iotype
Optional
logical_
sectorsize
logical_sectorsize
?:
512
|
4096
|
null
Optional
path
path
?:
string
|
null
Optional
physical_
sectorsize
physical_sectorsize
?:
512
|
4096
|
null
Optional
serial
serial
?:
string
|
null
Optional
type
type
?:
v25_10_0
.
VMDiskDeviceType
Optional
zvol_
name
zvol_name
?:
string
|
null
Optional
zvol_
volsize
zvol_volsize
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create_
zvol
dtype
iotype
logical_
sectorsize
path
physical_
sectorsize
serial
type
zvol_
name
zvol_
volsize
GitHub
@truenas/api-client
Loading...