Class OrganizationDeviceStatusComponentsPowerSupply
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
Poe
PoE info of the power supply
[DataMember(Name = "poe")]
public OrganizationDeviceStatusComponentsPowerSupplyPoe? Poe { get; set; }
Property Value
Serial
Serial of the power supply
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
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; }