[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgeBgpBfdConfig

Describes BFD configuration for failure detection.


Properties

integer as int32
bfdInterval Optional

Specifies the time interval (in milliseconds) between heartbeat packets.


integer as int32
declareDeadMultiple Optional

Number of times heartbeat packet is missed before BFD declares that the neighbor is down.


boolean
enabled Optional

A flag indicating whether BFD configuration is enabled or not.

JSON Example

{
	"bfdInterval": 0,
	"declareDeadMultiple": 0,
	"enabled": false
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    bfdInterval:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    declareDeadMultiple:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    enabled:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Property Of

EdgeBgpNeighbor

Feedback

Was this page helpful?