Class NetworksSwitchDhcpV4ServersSeenLastPacketIp
Additional IP attributes of the packet.
[DataContract]
public class NetworksSwitchDhcpV4ServersSeenLastPacketIp
- Inheritance
-
NetworksSwitchDhcpV4ServersSeenLastPacketIp
- Inherited Members
Constructors
NetworksSwitchDhcpV4ServersSeenLastPacketIp()
public NetworksSwitchDhcpV4ServersSeenLastPacketIp()
Properties
Dscp
DSCP attributes of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dscp")]
public NetworksSwitchDhcpV4ServersSeenLastPacketIpDscp Dscp { get; set; }
Property Value
HeaderLength
IP header length of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "headerLength")]
public int HeaderLength { get; set; }
Property Value
Id
IP ID of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Length
IP length of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "length")]
public int Length { get; set; }
Property Value
Protocol
IP protocol number of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "protocol")]
public int Protocol { get; set; }
Property Value
Ttl
Time to live of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ttl")]
public int Ttl { get; set; }
Property Value
Version
IP version of the packet. enum = [4, 6]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "version")]
public int Version { get; set; }