Uses of Class
com.vmware.nsx_policy.model.BgpBfdConfig
-
Packages that use BgpBfdConfig Package Description com.vmware.nsx_policy.model -
-
Uses of BgpBfdConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BgpBfdConfig Modifier and Type Method Description static BgpBfdConfig
BgpBfdConfig. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static BgpBfdConfig
BgpBfdConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.BgpBfdConfig
BgpBfdConfig.Builder. build()
BgpBfdConfig
BgpNeighborConfig. getBfd()
Methods in com.vmware.nsx_policy.model with parameters of type BgpBfdConfig Modifier and Type Method Description BgpNeighborConfig.Builder
BgpNeighborConfig.Builder. setBfd(BgpBfdConfig bfd)
void
BgpNeighborConfig. setBfd(BgpBfdConfig bfd)
-