Table of Contents

Class WirelessDeviceEthernetStatus

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

Power status for wireless devices

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

Properties

Aggregation

Aggregation details object

[DataMember(Name = "aggregation")]
public WirelessDeviceEthernetStatusAggregation? Aggregation { get; set; }

Property Value

WirelessDeviceEthernetStatusAggregation

Network

Network details object

[DataMember(Name = "network")]
public WirelessDeviceEthernetStatusNetwork? Network { get; set; }

Property Value

WirelessDeviceEthernetStatusNetwork

Ports

List of port details

[DataMember(Name = "ports")]
public List<WirelessDeviceEthernetStatusPort>? Ports { get; set; }

Property Value

List<WirelessDeviceEthernetStatusPort>

Power

Power details object

[DataMember(Name = "power")]
public WirelessDeviceEthernetStatusPower? Power { get; set; }

Property Value

WirelessDeviceEthernetStatusPower

Serial

The serial number of the AP

[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string