Class ApplianceUplinksStatusesOverviewCountsByStatus
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
Connecting
Connecting - number of uplinks currently connecting
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "connecting")]
public int Connecting { get; set; }
Property Value
Failed
Failed - number of uplinks that were working but have failed
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "failed")]
public int Failed { get; set; }
Property Value
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
Ready
Ready - number of uplinks that are working but on standby
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ready")]
public int Ready { get; set; }