Class SwitchPortStatusPoe
PoE status of the port.
[DataContract]
public class SwitchPortStatusPoe
- Inheritance
-
SwitchPortStatusPoe
- Inherited Members
Properties
IsAllocated
Whether the port is drawing power
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isAllocated")]
public bool IsAllocated { get; set; }