Class NetworksSwitchDhcpV4ServersSeenLastAck
Attributes of the server's last ack.
[DataContract]
public class NetworksSwitchDhcpV4ServersSeenLastAck
- Inheritance
-
NetworksSwitchDhcpV4ServersSeenLastAck
- Inherited Members
Constructors
NetworksSwitchDhcpV4ServersSeenLastAck()
public NetworksSwitchDhcpV4ServersSeenLastAck()
Properties
Ipv4
IPv4 attributes of the last ack.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv4")]
public NetworksSwitchDhcpV4ServersSeenLastAckIpv4 Ipv4 { get; set; }
Property Value
Ts
Last time the server was acked.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ts")]
public string Ts { get; set; }