Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress

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

Available address for the interface.

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress
Inheritance
OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress()

public OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress()

Properties

Address

The address of the wireless LAN controller interface

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

Property Value

string

Protocol

Type of address for the device uplink. Available options are: ipv4, ipv6.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "protocol")]
public IpProtocolType Protocol { get; set; }

Property Value

IpProtocolType

Subnet

The address of the wireless LAN controller interface

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

Property Value

string