Table of Contents

Class NetworksSwitchDhcpV4ServersSeenLastPacketDestination

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

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

NetworksSwitchDhcpV4ServersSeenLastPacketDestinationIpv4

Mac

Destination mac address of the packet.

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

Property Value

string

Port

Destination port of the packet.

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

Property Value

int