Table of Contents

Class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedRj45

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

int

Rj45100

The number of active 100 Mbps RJ45 ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "100")]
public int Rj45100 { get; set; }

Property Value

int

Rj451000

The number of active 1 Gbps RJ45 ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "1000")]
public int Rj451000 { get; set; }

Property Value

int

Rj4510000

The number of active 10 Gbps RJ45 ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "10000")]
public int Rj4510000 { get; set; }

Property Value

int

Rj452500

The number of active 2 Gbps RJ45 ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "2500")]
public int Rj452500 { get; set; }

Property Value

int

Rj455000

The number of active 5 Gbps RJ45 ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "5000")]
public int Rj455000 { get; set; }

Property Value

int

Total

The total number of active RJ45 ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int