RouterBgpPeerBfdSessionInitializationMode

enum RouterBgpPeerBfdSessionInitializationMode : Enum<RouterBgpPeerBfdSessionInitializationMode> , ConvertibleToJava<RouterBgpPeerBfdSessionInitializationMode>

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. The default is DISABLED.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RouterBgpPeerBfdSessionInitializationMode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RouterBgpPeerBfdSessionInitializationMode
Link copied to clipboard
Link copied to clipboard