Class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedSfp
Switch Ports Overview Counts By Status Active By Media Link And Speed Sfp
[DataContract]
public class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedSfp
- Inheritance
-
SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedSfp
- Inherited Members
Properties
Sfp100
The number of active 100 Mbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "100")]
public int Sfp100 { get; set; }
Property Value
Sfp1000
The number of active 1 Gbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "1000")]
public int Sfp1000 { get; set; }
Property Value
Sfp10000
The number of active 10 Gbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "10000")]
public int Sfp10000 { get; set; }
Property Value
Sfp100000
The number of active 100 Gbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "100000")]
public int Sfp100000 { get; set; }
Property Value
Sfp20000
The number of active 20 Gbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "20000")]
public int Sfp20000 { get; set; }
Property Value
Sfp25000
The number of active 25 Gbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "25000")]
public int Sfp25000 { get; set; }
Property Value
Sfp40000
The number of active 40 Gbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "40000")]
public int Sfp40000 { get; set; }
Property Value
Sfp50000
The number of active 50 Gbps SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "50000")]
public int Sfp50000 { get; set; }
Property Value
Total
The total number of active SFP ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }