Class OrganizationDeviceStatusComponentsPowerSupplyPoe
An organization device status components power supply poe
[DataContract]
public class OrganizationDeviceStatusComponentsPowerSupplyPoe
- Inheritance
-
OrganizationDeviceStatusComponentsPowerSupplyPoe
- Inherited Members
Properties
Maximum
Maximum PoE this power supply can provide when connected to the current switch model
[DataMember(Name = "maximum")]
public int? Maximum { get; set; }
Property Value
- int?
Unit
Unit of the PoE maximum
[DataMember(Name = "unit")]
public string? Unit { get; set; }