Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItem

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

Wireless LAN controller layer 3 interface historical status

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItem
Inheritance
OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItem
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItem()

public OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItem()

Properties

Interfaces

layer 3 interfaces belongs to the wireless LAN controller

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "interfaces")]
public List<OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItemInterface> Interfaces { get; set; }

Property Value

List<OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItemInterface>

Serial

The cloud ID of the wireless LAN controller

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

Property Value

string