Table of Contents

Class WirelessDeviceEthernetStatusPower

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

Power Details Object

[DataContract]
public class WirelessDeviceEthernetStatusPower
Inheritance
WirelessDeviceEthernetStatusPower
Inherited Members

Properties

Ac

AC power details object

[DataMember(Name = "ac")]
public WirelessDeviceEthernetStatusPowerAc Ac { get; set; }

Property Value

WirelessDeviceEthernetStatusPowerAc

Mode

The PoE Power mode for the AP. Can be 'full' or 'low'

[DataMember(Name = "mode")]
public WirelessDeviceEthernetStatusPowerMode Mode { get; set; }

Property Value

WirelessDeviceEthernetStatusPowerMode

Poe

PoE power details object

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

Property Value

WirelessDeviceEthernetStatusPowerPoe