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