Table of Contents

Class OrganizationDevicesPowerModuleStatus

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

Organization Devices Power Module Status

[DataContract]
public class OrganizationDevicesPowerModuleStatus
Inheritance
OrganizationDevicesPowerModuleStatus
Inherited Members

Constructors

OrganizationDevicesPowerModuleStatus()

public OrganizationDevicesPowerModuleStatus()

Properties

Mac

The device MAC address.

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

Property Value

string

Name

The device name.

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

Property Value

string

Network

Network info.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationDevicesPowerModuleStatusNetwork Network { get; set; }

Property Value

OrganizationDevicesPowerModuleStatusNetwork

ProductType

Device product type. enum = ["appliance", "camera", "cellularGateway", "secureConnect", "sensor", ...]

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

Property Value

string

Serial

The device serial number.

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

Property Value

string

Slots

Information for the device's AC power supplies.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "slots")]
public List<OrganizationDevicesPowerModuleStatusSlot> Slots { get; set; }

Property Value

List<OrganizationDevicesPowerModuleStatusSlot>

Tags

List of custom tags for the device.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>