public static final class BFDDiagnosticCount.Builder
extends java.lang.Object
BFDDiagnosticCount.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BFDDiagnosticCount. |
| Modifier and Type | Method and Description |
|---|---|
BFDDiagnosticCount |
build() |
BFDDiagnosticCount.Builder |
setAdministrativelyDownCount(java.lang.Long administrativelyDownCount)
Number of tunnels with administratively down diagnostic message format: int64
|
BFDDiagnosticCount.Builder |
setConcatenatedPathDownCount(java.lang.Long concatenatedPathDownCount)
Number of tunnels with concatenated path down diagnostic message format: int64
|
BFDDiagnosticCount.Builder |
setControlDetectionTimeExpiredCount(java.lang.Long controlDetectionTimeExpiredCount)
Number of tunnels with control detection time expired diagnostic message format:
int64
|
BFDDiagnosticCount.Builder |
setEchoFunctionFailedCount(java.lang.Long echoFunctionFailedCount)
Number of tunnels with echo function failed diagnostic message format: int64
|
BFDDiagnosticCount.Builder |
setForwardingPlaneResetCount(java.lang.Long forwardingPlaneResetCount)
Number of tunnels with forwarding plane reset diagnostic message format: int64
|
BFDDiagnosticCount.Builder |
setNeighborSignaledSessionDownCount(java.lang.Long neighborSignaledSessionDownCount)
Number of tunnels neighbor signaled session down format: int64
|
BFDDiagnosticCount.Builder |
setNoDiagnosticCount(java.lang.Long noDiagnosticCount)
Number of tunnels with no diagnostic format: int64
|
BFDDiagnosticCount.Builder |
setPathDownCount(java.lang.Long pathDownCount)
Number of tunnels with path down diagnostic message format: int64
|
BFDDiagnosticCount.Builder |
setReverseConcatenatedPathDownCount(java.lang.Long reverseConcatenatedPathDownCount)
Number of tunnels with reverse concatenated path down diagnostic message format:
int64
|
public Builder()
BFDDiagnosticCount.public BFDDiagnosticCount.Builder setAdministrativelyDownCount(java.lang.Long administrativelyDownCount)
administrativelyDownCount - New value for the property.public BFDDiagnosticCount.Builder setConcatenatedPathDownCount(java.lang.Long concatenatedPathDownCount)
concatenatedPathDownCount - New value for the property.public BFDDiagnosticCount.Builder setControlDetectionTimeExpiredCount(java.lang.Long controlDetectionTimeExpiredCount)
controlDetectionTimeExpiredCount - New value for the property.public BFDDiagnosticCount.Builder setEchoFunctionFailedCount(java.lang.Long echoFunctionFailedCount)
echoFunctionFailedCount - New value for the property.public BFDDiagnosticCount.Builder setForwardingPlaneResetCount(java.lang.Long forwardingPlaneResetCount)
forwardingPlaneResetCount - New value for the property.public BFDDiagnosticCount.Builder setNeighborSignaledSessionDownCount(java.lang.Long neighborSignaledSessionDownCount)
neighborSignaledSessionDownCount - New value for the property.public BFDDiagnosticCount.Builder setNoDiagnosticCount(java.lang.Long noDiagnosticCount)
noDiagnosticCount - New value for the property.public BFDDiagnosticCount.Builder setPathDownCount(java.lang.Long pathDownCount)
pathDownCount - New value for the property.public BFDDiagnosticCount.Builder setReverseConcatenatedPathDownCount(java.lang.Long reverseConcatenatedPathDownCount)
reverseConcatenatedPathDownCount - New value for the property.public BFDDiagnosticCount build()