Class SwitchPortsOverviewCounts
Switch Ports Overview Counts
[DataContract]
public class SwitchPortsOverviewCounts
- Inheritance
-
SwitchPortsOverviewCounts
- Inherited Members
Properties
ByStatus
The count data, indexed by active or inactive status
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byStatus")]
public SwitchPortsOverviewCountsByStatus ByStatus { get; set; }
Property Value
Total
The total number of ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }