Class SwitchPortsOverviewCountsByStatusInactive
Switch Ports Overview Counts By Status Inactive
[DataContract]
public class SwitchPortsOverviewCountsByStatusInactive
- Inheritance
-
SwitchPortsOverviewCountsByStatusInactive
- Inherited Members
Properties
ByMedia
The inactive count data, indexed by media type (RJ45 or SFP)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byMedia")]
public SwitchPortsOverviewCountsByStatusInactiveByMedia ByMedia { get; set; }
Property Value
Total
The total number of inactive ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }