Interface ILldpTable

interface ILldpTable {
    chassis_descr?: string;
    chassis_id: string;
    is_wired: boolean;
    local_port_idx: number;
    local_port_name: string;
    port_descr?: string;
    port_id: string;
}

Properties

chassis_descr?: string
chassis_id: string
is_wired: boolean
local_port_idx: number
local_port_name: string
port_descr?: string
port_id: string

Generated using TypeDoc