Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterface

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

layer 2 interface that belongs to the wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterface
Inheritance
OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterface
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterface()

public OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterface()

Properties

Changes

The statuses of layer 2 interfaces of the wireless LAN controller

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "changes")]
public List<OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterfaceChange> Changes { get; set; }

Property Value

List<OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterfaceChange>

Mac

The MAC address of the wireless LAN controller interface

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

Property Value

string

Name

The name of the wireless LAN controller interface

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string