Class SwitchPortStatusSpanningTree
The Spanning Tree Protocol (STP) information of the connected device.
[DataContract]
public class SwitchPortStatusSpanningTree
- Inheritance
-
SwitchPortStatusSpanningTree
- Inherited Members
Properties
Statuses
The current Spanning Tree Protocol statuses of the port.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "statuses")]
public List<string>? Statuses { get; set; }