Table of Contents

Class LiveToolsArpTableResultTableEntry

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

Live Tools Arp Table Result Table Entry

[DataContract]
public class LiveToolsArpTableResultTableEntry
Inheritance
LiveToolsArpTableResultTableEntry
Inherited Members

Properties

Ip

The IP address of the ARP table entry

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

Property Value

string

LastUpdatedAt

Time of the last update of the ARP table entry

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public DateTime LastUpdatedAt { get; set; }

Property Value

DateTime

Mac

The MAC address of the ARP table entry

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

Property Value

string

VlanId

The VLAN ID of the ARP table entry

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

Property Value

int