| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
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.setStatus(java.lang.String status)
Possible values are:
TunnelStatusCount.STATUS_UP TunnelStatusCount.STATUS_DOWN TunnelStatusCount.STATUS_DEGRADED TunnelStatusCount.STATUS_UNKNOWN Roll-up status |
TunnelStatusCount.Builder |
TunnelStatusCount.Builder.setUpCount(java.lang.Long upCount)
Up count format: int32
|