Table of Contents

Class WirelessDeviceEthernetStatusPort

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

Wireless Device Ethernet Status Port Details

[DataContract]
public class WirelessDeviceEthernetStatusPort : NamedItem
Inheritance
WirelessDeviceEthernetStatusPort
Inherited Members

Properties

LinkNegotiation

Link Negotiation object for the port

[DataMember(Name = "linkNegotiation")]
public WirelessDeviceEthernetStatusPortLinkNegotiation? LinkNegotiation { get; set; }

Property Value

WirelessDeviceEthernetStatusPortLinkNegotiation

Poe

PoE details object for the port

[DataMember(Name = "poe")]
public WirelessDeviceEthernetStatusPortPoe? Poe { get; set; }

Property Value

WirelessDeviceEthernetStatusPortPoe