VLAN connection

interface VlanConnection {
    flags: VlanFlags;
    id: number;
    parentInterface: string;
}

Properties

flags: VlanFlags
id: number
parentInterface: string