VSCode-Logger API - v1.7.3
Preparing search index...
deviceTree
EmbeddedDevice
Interface EmbeddedDevice
Representation of a configured embedded device.
interface
EmbeddedDevice
{
bastion
?:
BastionConfig
;
color
?:
string
;
enableSftpExplorer
?:
boolean
;
enableSshTerminal
?:
boolean
;
enableWebBrowser
?:
boolean
;
host
:
string
;
hostFingerprint
?:
string
;
id
:
string
;
logCommand
?:
string
;
name
:
string
;
password
?:
string
;
port
?:
number
;
privateKeyPassphrase
?:
string
;
privateKeyPath
?:
string
;
secondaryHost
?:
string
;
secondaryHostFingerprint
?:
string
;
sshCommands
?:
{
command
:
string
;
name
:
string
}
[]
;
username
:
string
;
webBrowserUrl
?:
string
;
}
Index
Properties
bastion?
color?
enable
Sftp
Explorer?
enable
Ssh
Terminal?
enable
Web
Browser?
host
host
Fingerprint?
id
log
Command?
name
password?
port?
private
Key
Passphrase?
private
Key
Path?
secondary
Host?
secondary
Host
Fingerprint?
ssh
Commands?
username
web
Browser
Url?
Properties
Optional
bastion
bastion
?:
BastionConfig
Optional
color
color
?:
string
Optional
enable
Sftp
Explorer
enableSftpExplorer
?:
boolean
Optional
enable
Ssh
Terminal
enableSshTerminal
?:
boolean
Optional
enable
Web
Browser
enableWebBrowser
?:
boolean
host
host
:
string
Optional
host
Fingerprint
hostFingerprint
?:
string
id
id
:
string
Optional
log
Command
logCommand
?:
string
name
name
:
string
Optional
password
password
?:
string
Optional
port
port
?:
number
Optional
private
Key
Passphrase
privateKeyPassphrase
?:
string
Optional
private
Key
Path
privateKeyPath
?:
string
Optional
secondary
Host
secondaryHost
?:
string
Optional
secondary
Host
Fingerprint
secondaryHostFingerprint
?:
string
Optional
ssh
Commands
sshCommands
?:
{
command
:
string
;
name
:
string
}
[]
username
username
:
string
Optional
web
Browser
Url
webBrowserUrl
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bastion
color
enable
Sftp
Explorer
enable
Ssh
Terminal
enable
Web
Browser
host
host
Fingerprint
id
log
Command
name
password
port
private
Key
Passphrase
private
Key
Path
secondary
Host
secondary
Host
Fingerprint
ssh
Commands
username
web
Browser
Url
VSCode-Logger API - v1.7.3
Loading...
Representation of a configured embedded device.