TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setBfdDiagnostic(BFDDiagnosticCount bfdDiagnostic) |
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setBfdStatus(BFDStatusCount bfdStatus) |
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setDegradedCount(java.lang.Long degradedCount) |
Degraded count format: int32
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setDownCount(java.lang.Long downCount) |
Down count format: int32
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setDownPnics(java.util.List<PnicBondStatus> downPnics) |
List Down or Degraded pnics
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setLastStatusChangedTime(java.lang.Long lastStatusChangedTime) |
Timestamp of the last status change, in epoch milliseconds format: int64
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setStatus(java.lang.String status) |
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setStatusDescription(java.lang.String statusDescription) |
Describe what makes the status not UP
|
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setUpCount(java.lang.Long upCount) |
Up count format: int32
|