VSCode-Logger API - v1.8.3
    Preparing search index...

    Interface EmbeddedDevice

    interface EmbeddedDevice {
        bastion?: BastionConfig;
        color?: string;
        enableEmbeddedWebBrowser?: boolean;
        enableSftpExplorer?: boolean;
        enableSshTerminal?: boolean;
        enableWebBrowser?: boolean;
        group?: string;
        host: string;
        hostFingerprint?: string;
        id: string;
        logCommand?: string;
        name: string;
        password?: string;
        port?: number;
        privateKeyPassphrase?: string;
        privateKeyPath?: string;
        secondaryHost?: string;
        secondaryHostFingerprint?: string;
        sftpPresetsLocal?: string[];
        sftpPresetsRemote?: string[];
        showDefaultSshCommands?: boolean;
        sshCommands?: SshCommandDefinition[];
        username: string;
        webBrowserUrl?: string;
    }
    Index

    Properties

    bastion?: BastionConfig
    color?: string
    enableEmbeddedWebBrowser?: boolean
    enableSftpExplorer?: boolean
    enableSshTerminal?: boolean
    enableWebBrowser?: boolean
    group?: string
    host: string
    hostFingerprint?: string
    id: string
    logCommand?: string
    name: string
    password?: string
    port?: number
    privateKeyPassphrase?: string
    privateKeyPath?: string
    secondaryHost?: string
    secondaryHostFingerprint?: string
    sftpPresetsLocal?: string[]
    sftpPresetsRemote?: string[]
    showDefaultSshCommands?: boolean
    sshCommands?: SshCommandDefinition[]
    username: string
    webBrowserUrl?: string