Class SwitchPortsOverviewCountsByStatusActive
Switch Ports Overview Counts By Status Active
[DataContract]
public class SwitchPortsOverviewCountsByStatusActive
- Inheritance
-
SwitchPortsOverviewCountsByStatusActive
- Inherited Members
Properties
ByMediaAndLinkSpeed
The active count data, indexed by media type (RJ45 or SFP)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byMediaAndLinkSpeed")]
public SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed ByMediaAndLinkSpeed { get; set; }
Property Value
Total
The count data for active ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }