Click or drag to resize
IDeviceVlanRemovedInformation Interface

[This is preliminary documentation and is subject to change.]

Information about a removed VLAN

Namespace: Netadmin.Management.Inventory.Events
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IDeviceVlanRemovedInformation

The IDeviceVlanRemovedInformation type exposes the following members.

Properties
  NameDescription
Public propertyInt64DeviceId
The Device Id the VLAN was removed from
Public propertyNullableT, T: Int64PhysicalInterfaceId
The Physical Interface Id the VLAN was removed from, or null if it was directly on the device
Public propertyInt64VlanDefinitionId
The definition id of the VLAN
Public propertyInt64VlanInstanceId
The VLAN instance id that was deleted
Top
Implemented by
See Also