Click or drag to resize
IDeviceIPv6RemovedInformation Interface

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

Information about a removed IPv6

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

The IDeviceIPv6RemovedInformation type exposes the following members.

Properties
  ReturnsNameDescription
Public propertyStringAlias
The Alias
Public propertyInt64DeviceId
The Device Id
Public propertyInt64HostId
The host id
Public propertyStringIPv6
The address
Public propertyStringMAC
The MAC
Public propertyInt64NetId
The Net Id
Public propertyNullable<T>, T: Int64PhysicalInterfaceId
The Physical Interface Id, or null
Public propertyNullable<T>, T: Int64VlanInstanceId
The Vlan Instance Id, or null
Top
Implemented by
See Also