Table of Contents

Class ApplianceUplinksStatusesOverviewCountsByStatus

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

Appliance Uplinks Statuses Overview Counts By Status

[DataContract]
public class ApplianceUplinksStatusesOverviewCountsByStatus
Inheritance
ApplianceUplinksStatusesOverviewCountsByStatus
Inherited Members

Properties

Active

Active - number of uplinks that are active and working

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

Property Value

int

Connecting

Connecting - number of uplinks currently connecting

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

Property Value

int

Failed

Failed - number of uplinks that were working but have failed

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

Property Value

int

NotConnected

Not Connected - number of uplinks currently where nothing is plugged in

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

Property Value

int

Ready

Ready - number of uplinks that are working but on standby

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

Property Value

int