BfdConfiguration interface 
BFD configuration properties
Properties
| administrative | 
	Administrative state of the BfdConfiguration. Example: Enabled | Disabled. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| interval | 
	Interval in milliseconds. Example: 300.  | 
| multiplier | Multiplier for the Bfd Configuration. Example: 5.  | 
Property Details
		administrativeState
	 
	Administrative state of the BfdConfiguration. Example: Enabled | Disabled. NOTE: This property will not be serialized. It can only be populated by the server.
administrativeState?: string
				Property Value
string
		intervalInMilliSeconds
	  
	Interval in milliseconds. Example: 300.
intervalInMilliSeconds?: number
				Property Value
number
multiplier
Multiplier for the Bfd Configuration. Example: 5.
multiplier?: number
				Property Value
number