Table of Contents

Class NetworksSwitchDhcpV4ServersSeenLastPacketFields

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

DHCP-specific fields of the packet.

[DataContract]
public class NetworksSwitchDhcpV4ServersSeenLastPacketFields
Inheritance
NetworksSwitchDhcpV4ServersSeenLastPacketFields
Inherited Members

Constructors

NetworksSwitchDhcpV4ServersSeenLastPacketFields()

public NetworksSwitchDhcpV4ServersSeenLastPacketFields()

Properties

Chaddr

Client hardware address of the packet.

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

Property Value

string

Ciaddr

Client IP address of the packet.

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

Property Value

string

Flags

Packet flags.

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

Property Value

string

Giaddr

Gateway IP address of the packet.

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

Property Value

string

Hlen

Hardware length of the packet.

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

Property Value

int

Hops

Number of hops the packet took.

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

Property Value

int

Htype

Hardware type code of the packet.

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

Property Value

int

MagicCookie

Magic cookie of the packet.

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

Property Value

string

Op

Operation code of the packet.

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

Property Value

int

Options

Additional DHCP options of the packet.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "options")]
public List<NetworksSwitchDhcpV4ServersSeenLastPacketFieldsOption> Options { get; set; }

Property Value

List<NetworksSwitchDhcpV4ServersSeenLastPacketFieldsOption>

Secs

Number of seconds since receiving the packet.

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

Property Value

int

Siaddr

Server IP address of the packet.

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

Property Value

string

Sname

Server identifier address of the packet.

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

Property Value

string

Xid

Transaction id of the packet.

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

Property Value

string

Yiaddr

Assigned IP address of the packet.

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

Property Value

string