Router Peer Bfd Args
data class RouterPeerBfdArgs(val minReceiveInterval: Output<Int>? = null, val minTransmitInterval: Output<Int>? = null, val multiplier: Output<Int>? = null, val sessionInitializationMode: Output<String>) : ConvertibleToJava<RouterPeerBfdArgs>
Constructors
Link copied to clipboard
fun RouterPeerBfdArgs(minReceiveInterval: Output<Int>? = null, minTransmitInterval: Output<Int>? = null, multiplier: Output<Int>? = null, sessionInitializationMode: Output<String>)
Functions
Properties
Link copied to clipboard
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the corresponding receive interval of the other router. If set, this value must be between 1000 and 30000.
Link copied to clipboard
The BFD session initialization mode for this BGP peer. If set to ACTIVE
, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE
, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED
, BFD is disabled for this BGP peer. Possible values are: ACTIVE
, DISABLED
, PASSIVE
.