Class DeviceLiveToolsDhcpLeaseGetResponseDhcpLease
Result item
[DataContract]
public class DeviceLiveToolsDhcpLeaseGetResponseDhcpLease
- Inheritance
-
DeviceLiveToolsDhcpLeaseGetResponseDhcpLease
- Inherited Members
Constructors
DeviceLiveToolsDhcpLeaseGetResponseDhcpLease()
public DeviceLiveToolsDhcpLeaseGetResponseDhcpLease()
Properties
ExpiresAt
Time of the last update of the DHCP lease
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expiresAt")]
public string ExpiresAt { get; set; }
Property Value
Ip
The IP address of the DHCP lease
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
Mac
The MAC address of the DHCP lease
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }