Click or drag to resize
IDeviceIPv4RemovedInformation Interface

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

Information about a removed Ipv4

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

The IDeviceIPv4RemovedInformation type exposes the following members.

Properties
  NameDescription
Public propertyStringAlias
The Alias
Public propertyInt64DeviceId
The Device Id
Public propertyInt64HostId
The Host id
Public propertyStringIPv4
The IPv4
Public propertyStringMAC
The MAC
Public propertyInt64NetId
The Net Id
Public propertyNullableT, T: Int64PhysicalInterfaceId
The Physical interface id, or null
Public propertyNullableT, T: Int64VlanInstanceId
The VLAN Instance Id, or null
Top
Implemented by
See Also