Class NetworksSwitchDhcpV4ServersSeenLastPacket
Last packet the server received.
[DataContract]
public class NetworksSwitchDhcpV4ServersSeenLastPacket
- Inheritance
-
NetworksSwitchDhcpV4ServersSeenLastPacket
- Inherited Members
Constructors
NetworksSwitchDhcpV4ServersSeenLastPacket()
public NetworksSwitchDhcpV4ServersSeenLastPacket()
Properties
Destination
Destination of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destination")]
public NetworksSwitchDhcpV4ServersSeenLastPacketDestination Destination { get; set; }
Property Value
Ethernet
Additional ethernet attributes of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ethernet")]
public NetworksSwitchDhcpV4ServersSeenLastPacketEthernet Ethernet { get; set; }
Property Value
Fields
DHCP-specific fields of the packet.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "fields")]
public NetworksSwitchDhcpV4ServersSeenLastPacketFields Fields { get; set; }
Property Value
Ip
Additional IP attributes of the packet.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ip")]
public NetworksSwitchDhcpV4ServersSeenLastPacketIp Ip { get; set; }
Property Value
Source
Source of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public NetworksSwitchDhcpV4ServersSeenLastPacketSource Source { get; set; }
Property Value
Type
Packet type.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Udp
UDP attributes of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "udp")]
public NetworksSwitchDhcpV4ServersSeenLastPacketUdp Udp { get; set; }