Table of Contents

Class DeviceLiveToolsDhcpLeaseGetResponseDhcpLease

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

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

string

Ip

The IP address of the DHCP lease

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

Property Value

string

Mac

The MAC address of the DHCP lease

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

Property Value

string