Class SwitchPortsOverviewCountsByStatusInactiveByMedia
Switch Ports Overview Counts By Status Inactive By Media
[DataContract]
public class SwitchPortsOverviewCountsByStatusInactiveByMedia
- Inheritance
-
SwitchPortsOverviewCountsByStatusInactiveByMedia
- Inherited Members
Properties
Rj45
The count data for inactive RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rj45")]
public SwitchPortsOverviewCountsByStatusInactiveByMediaRj45 Rj45 { get; set; }
Property Value
Sfp
The count data for inactive SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sfp")]
public SwitchPortsOverviewCountsByStatusInactiveByMediaSfp Sfp { get; set; }