Class NetworksSwitchDhcpV4ServersSeenLastPacketDestination
Destination of the packet.
[DataContract]
public class NetworksSwitchDhcpV4ServersSeenLastPacketDestination
- Inheritance
-
NetworksSwitchDhcpV4ServersSeenLastPacketDestination
- Inherited Members
Constructors
NetworksSwitchDhcpV4ServersSeenLastPacketDestination()
public NetworksSwitchDhcpV4ServersSeenLastPacketDestination()
Properties
Ipv4
Destination ipv4 attributes of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv4")]
public NetworksSwitchDhcpV4ServersSeenLastPacketDestinationIpv4 Ipv4 { get; set; }
Property Value
Mac
Destination mac address of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Port
Destination port of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public int Port { get; set; }