Class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedRj45
Switch Ports Overview Counts By Status Active By Media Link And Speed RJ45
[DataContract]
public class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedRj45
- Inheritance
-
SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedRj45
- Inherited Members
Properties
Rj4510
The number of active 10 Mbps RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "10")]
public int Rj4510 { get; set; }
Property Value
Rj45100
The number of active 100 Mbps RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "100")]
public int Rj45100 { get; set; }
Property Value
Rj451000
The number of active 1 Gbps RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "1000")]
public int Rj451000 { get; set; }
Property Value
Rj4510000
The number of active 10 Gbps RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "10000")]
public int Rj4510000 { get; set; }
Property Value
Rj452500
The number of active 2 Gbps RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "2500")]
public int Rj452500 { get; set; }
Property Value
Rj455000
The number of active 5 Gbps RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "5000")]
public int Rj455000 { get; set; }
Property Value
Total
The total number of active RJ45 ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }