@truenas/api-client
GitHub
Preparing search index...
v25_10_0
VirtDeviceProxy
Interface VirtDeviceProxy
interface
VirtDeviceProxy
{
description
?:
string
|
null
;
dest_port
:
number
;
dest_proto
:
"UDP"
|
"TCP"
;
dev_type
:
"PROXY"
;
name
?:
string
|
null
;
readonly
?:
boolean
;
source_port
:
number
;
source_proto
:
"UDP"
|
"TCP"
;
}
Hierarchy (
View Summary
)
v25_10_0
.
VirtDeviceBase
VirtDeviceProxy
Index
Properties
description?
dest_
port
dest_
proto
dev_
type
name?
readonly?
source_
port
source_
proto
Properties
Optional
description
description
?:
string
|
null
dest_
port
dest_port
:
number
dest_
proto
dest_proto
:
"UDP"
|
"TCP"
dev_
type
dev_type
:
"PROXY"
Optional
name
name
?:
string
|
null
Optional
readonly
readonly
?:
boolean
source_
port
source_port
:
number
source_
proto
source_proto
:
"UDP"
|
"TCP"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
dest_
port
dest_
proto
dev_
type
name
readonly
source_
port
source_
proto
GitHub
@truenas/api-client
Loading...