Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface

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

Wireless LAN controller L3 interface

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface
Inheritance
OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface()

public OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface()

Properties

Addresses

Available addresses for the interface.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "addresses")]
public List<OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress> Addresses { get; set; }

Property Value

List<OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress>

ChannelGroup

The channel group of this wireless LAN controller interface

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

Property Value

OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceChannelGroup

Description

The description of the wireless LAN controller interface

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

Property Value

string

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 OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceModule Module { get; set; }

Property Value

OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceModule

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 int Vlan { get; set; }

Property Value

int

Vrf

The virtual routing and forwarding (VRF) for the wireless LAN controller interface

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vrf")]
public OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceVrf Vrf { get; set; }

Property Value

OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceVrf