Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-lib
VDev
Interface VDev
interface
VDev
{
disks
:
VDevDisk
[]
;
errors
:
string
[]
;
guid
:
string
;
isMirror
?:
boolean
;
stats
:
{
checksum_errors
:
number
;
read_errors
:
number
;
write_errors
:
number
;
}
;
status
:
string
;
type
:
VDevType
;
}
Hierarchy-Diagram
Legend
interface
public property
Hierarchy (
view full
)
VDevBase
VDev
Index
Properties
disks
errors
guid
is
Mirror?
stats
status
type
Properties
disks
disks
:
VDevDisk
[]
errors
errors
:
string
[]
guid
guid
:
string
Optional
is
Mirror
is
Mirror
?:
boolean
stats
stats
:
{
checksum_errors
:
number
;
read_errors
:
number
;
write_errors
:
number
;
}
Type declaration
checksum_
errors
:
number
read_
errors
:
number
write_
errors
:
number
status
status
:
string
type
type
:
VDevType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
disks
errors
guid
is
Mirror
stats
status
type
Official Cockpit API Documentation
Houston Common Library
Loading...