Class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed
Switch Ports Overview Counts By Status Active By Media And Link Speed
[DataContract]
public class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed
- Inheritance
-
SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed
- Inherited Members
Properties
Rj45
The count data for RJ45 ports, indexed by speed in Mb
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rj45")]
public SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedRj45 Rj45 { get; set; }
Property Value
Sfp
The count data for SFP ports, indexed by speed in Mb
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sfp")]
public SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedSfp Sfp { get; set; }