Table of Contents

Class OrganizationDeviceStatusComponentsPowerSupply

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

An organization device status components power supply

[DataContract]
public class OrganizationDeviceStatusComponentsPowerSupply
Inheritance
OrganizationDeviceStatusComponentsPowerSupply
Inherited Members

Properties

Model

Model of the power supply

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

Property Value

string

Poe

PoE info of the power supply

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

Property Value

OrganizationDeviceStatusComponentsPowerSupplyPoe

Serial

Serial of the power supply

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

Property Value

string

Slot

Slot the power supply is in

[DataMember(Name = "slot")]
public int? Slot { get; set; }

Property Value

int?

Status

Status of the power supply

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

Property Value

string