Uses of Class
com.vmware.nsx_policy.model.BFDStatusCount.Builder
-
Packages that use BFDStatusCount.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of BFDStatusCount.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BFDStatusCount.Builder Modifier and Type Method Description BFDStatusCount.Builder
BFDStatusCount.Builder. setBfdAdminDownCount(java.lang.Long bfdAdminDownCount)
Number of tunnels in BFD admin down state format: int32BFDStatusCount.Builder
BFDStatusCount.Builder. setBfdDownCount(java.lang.Long bfdDownCount)
Number of tunnels in BFD down state format: int32BFDStatusCount.Builder
BFDStatusCount.Builder. setBfdInitCount(java.lang.Long bfdInitCount)
Number of tunnels in BFD init state format: int32BFDStatusCount.Builder
BFDStatusCount.Builder. setBfdUpCount(java.lang.Long bfdUpCount)
Number of tunnels in BFD up state format: int32
-