@truenas/api-client
GitHub
Preparing search index...
v25_10_0
VirtDeviceUsb
Interface VirtDeviceUsb
interface
VirtDeviceUsb
{
bus
?:
number
|
null
;
description
?:
string
|
null
;
dev
?:
number
|
null
;
dev_type
:
"USB"
;
name
?:
string
|
null
;
product_id
?:
string
|
null
;
readonly
?:
boolean
;
vendor_id
?:
string
|
null
;
}
Hierarchy (
View Summary
)
v25_10_0
.
VirtDeviceBase
VirtDeviceUsb
Index
Properties
bus?
description?
dev?
dev_
type
name?
product_
id?
readonly?
vendor_
id?
Properties
Optional
bus
bus
?:
number
|
null
Optional
description
description
?:
string
|
null
Optional
dev
dev
?:
number
|
null
dev_
type
dev_type
:
"USB"
Optional
name
name
?:
string
|
null
Optional
product_
id
product_id
?:
string
|
null
Optional
readonly
readonly
?:
boolean
Optional
vendor_
id
vendor_id
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bus
description
dev
dev_
type
name
product_
id
readonly
vendor_
id
GitHub
@truenas/api-client
Loading...