Class NetworksSwitchDhcpV4ServersSeenLastPacketFields
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
Ciaddr
Client IP address of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ciaddr")]
public string Ciaddr { get; set; }
Property Value
Flags
Packet flags.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "flags")]
public string Flags { get; set; }
Property Value
Giaddr
Gateway IP address of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "giaddr")]
public string Giaddr { get; set; }
Property Value
Hlen
Hardware length of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hlen")]
public int Hlen { get; set; }
Property Value
Hops
Number of hops the packet took.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hops")]
public int Hops { get; set; }
Property Value
Htype
Hardware type code of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "htype")]
public int Htype { get; set; }
Property Value
MagicCookie
Magic cookie of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "magicCookie")]
public string MagicCookie { get; set; }
Property Value
Op
Operation code of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "op")]
public int Op { get; set; }
Property Value
Options
Additional DHCP options of the packet.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "options")]
public List<NetworksSwitchDhcpV4ServersSeenLastPacketFieldsOption> Options { get; set; }
Property Value
Secs
Number of seconds since receiving the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "secs")]
public int Secs { get; set; }
Property Value
Siaddr
Server IP address of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "siaddr")]
public string Siaddr { get; set; }
Property Value
Sname
Server identifier address of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sname")]
public string Sname { get; set; }
Property Value
Xid
Transaction id of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "xid")]
public string Xid { get; set; }
Property Value
Yiaddr
Assigned IP address of the packet.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "yiaddr")]
public string Yiaddr { get; set; }