Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface

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

Layer 2 interface belonging to the wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface
Inheritance
OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface()

public OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface()

Properties

ChannelGroup

The channel group of this wireless LAN controller interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "channelGroup")]
public OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterfaceChannelGroup ChannelGroup { get; set; }

Property Value

OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterfaceChannelGroup

Description

The description of the wireless LAN controller interface

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

Property Value

string

Enabled

The status of the wireless LAN controller interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

IsRedundancyPort

Indicate whether the interface is a redundancy port used to perform HA role negotiation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isRedundancyPort")]
public bool IsRedundancyPort { get; set; }

Property Value

bool

Indicate whether the interface is uplink

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isUplink")]
public bool IsUplink { get; set; }

Property Value

bool

LinkNegotiation

The interface negotiation mode

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

Property Value

string

Mac

The MAC address of the wireless LAN controller interface

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

Property Value

string

Module

The module of this wireless LAN controller interface

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "module")]
public OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterfaceModule Module { get; set; }

Property Value

OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterfaceModule

Name

The name of the wireless LAN controller interface

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

Property Value

string

Speed

The current data transfer rate which the interface is operating at. enum = [1 Gbps, 2 Gbps, 5 Gbps, 10 Gbps, 20 Gbps, 40 Gbps, 100 Gbps]

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

Property Value

string

Status

The status of the wireless LAN controller interface

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

Property Value

string

Vlan

The VLAN of the switch port. For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.

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

Property Value

string