vlan property

Information for Virtual LAN devices or null.

Implementation

NetworkManagerDeviceVlan? get vlan =>
    _object.interfaces.containsKey(_vlanDeviceInterfaceName)
        ? NetworkManagerDeviceVlan(_client, _object)
        : null;