Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterfaceChange

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

The status of layer 2 interfaces of the wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterfaceChange
Inheritance
OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterfaceChange
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterfaceChange()

public OrganizationWirelessControllerDevicesInterfacesL2StatusesChangeHistoryByDeviceGetResponseItemInterfaceChange()

Properties

Errors

All errors present on the port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "errors")]
public List<string> Errors { get; set; }

Property Value

List<string>

Status

The status of the interface

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

Property Value

string

Ts

The timestamp of current status of the interface

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

Property Value

string

Warnings

All warnings present on the port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "warnings")]
public List<string> Warnings { get; set; }

Property Value

List<string>