Table of Contents

Class DeviceLiveToolsMacTableGetResponseEntry

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

MAC address table entry

[DataContract]
public class DeviceLiveToolsMacTableGetResponseEntry
Inheritance
DeviceLiveToolsMacTableGetResponseEntry
Inherited Members

Constructors

DeviceLiveToolsMacTableGetResponseEntry()

public DeviceLiveToolsMacTableGetResponseEntry()

Properties

Mac

The MAC address of the MAC entry

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

Property Value

string

Port

The name of the interface of the MAC entry

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

Property Value

string

VlanId

The vlan id of the MAC entry

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

Property Value

int