Table of Contents

Class NetworksSwitchDhcpV4ServersSeenLastPacketIp

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

NetworksSwitchDhcpV4ServersSeenLastPacketIpDscp

HeaderLength

IP header length of the packet.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "headerLength")]
public int HeaderLength { get; set; }

Property Value

int

Id

IP ID of the packet.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Length

IP length of the packet.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "length")]
public int Length { get; set; }

Property Value

int

Protocol

IP protocol number of the packet.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "protocol")]
public int Protocol { get; set; }

Property Value

int

Ttl

Time to live of the packet.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ttl")]
public int Ttl { get; set; }

Property Value

int

Version

IP version of the packet. enum = [4, 6]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "version")]
public int Version { get; set; }

Property Value

int