public final class RouterBgpPeerBfd extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
RouterBgpPeerBfd()  | 
| Modifier and Type | Method and Description | 
|---|---|
RouterBgpPeerBfd | 
clone()  | 
Long | 
getMinReceiveInterval()
The minimum interval, in milliseconds, between BFD control packets received from the peer
 router. 
 | 
Long | 
getMinTransmitInterval()
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer
 router. 
 | 
String | 
getMode()
The BFD session initialization mode for this BGP peer. 
 | 
Long | 
getMultiplier()
The number of consecutive BFD packets that must be missed before BFD declares that a peer is
 unavailable. 
 | 
String | 
getPacketMode()
The BFD packet mode for this BGP peer. 
 | 
String | 
getSessionInitializationMode()
The BFD session initialization mode for this BGP peer. 
 | 
Long | 
getSlowTimerInterval()
The minimum interval, in milliseconds, between BFD control packets transmitted to and received
 from the peer router when BFD echo mode is enabled on both routers. 
 | 
RouterBgpPeerBfd | 
set(String fieldName,
   Object value)  | 
RouterBgpPeerBfd | 
setMinReceiveInterval(Long minReceiveInterval)
The minimum interval, in milliseconds, between BFD control packets received from the peer
 router. 
 | 
RouterBgpPeerBfd | 
setMinTransmitInterval(Long minTransmitInterval)
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer
 router. 
 | 
RouterBgpPeerBfd | 
setMode(String mode)
The BFD session initialization mode for this BGP peer. 
 | 
RouterBgpPeerBfd | 
setMultiplier(Long multiplier)
The number of consecutive BFD packets that must be missed before BFD declares that a peer is
 unavailable. 
 | 
RouterBgpPeerBfd | 
setPacketMode(String packetMode)
The BFD packet mode for this BGP peer. 
 | 
RouterBgpPeerBfd | 
setSessionInitializationMode(String sessionInitializationMode)
The BFD session initialization mode for this BGP peer. 
 | 
RouterBgpPeerBfd | 
setSlowTimerInterval(Long slowTimerInterval)
The minimum interval, in milliseconds, between BFD control packets transmitted to and received
 from the peer router when BFD echo mode is enabled on both routers. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getMinReceiveInterval()
null for nonepublic RouterBgpPeerBfd setMinReceiveInterval(Long minReceiveInterval)
minReceiveInterval - minReceiveInterval or null for nonepublic Long getMinTransmitInterval()
null for nonepublic RouterBgpPeerBfd setMinTransmitInterval(Long minTransmitInterval)
minTransmitInterval - minTransmitInterval or null for nonepublic String getMode()
null for nonepublic RouterBgpPeerBfd setMode(String mode)
mode - mode or null for nonepublic Long getMultiplier()
null for nonepublic RouterBgpPeerBfd setMultiplier(Long multiplier)
multiplier - multiplier or null for nonepublic String getPacketMode()
null for nonepublic RouterBgpPeerBfd setPacketMode(String packetMode)
packetMode - packetMode or null for nonepublic String getSessionInitializationMode()
null for nonepublic RouterBgpPeerBfd setSessionInitializationMode(String sessionInitializationMode)
sessionInitializationMode - sessionInitializationMode or null for nonepublic Long getSlowTimerInterval()
null for nonepublic RouterBgpPeerBfd setSlowTimerInterval(Long slowTimerInterval)
slowTimerInterval - slowTimerInterval or null for nonepublic RouterBgpPeerBfd set(String fieldName, Object value)
set in class GenericJsonpublic RouterBgpPeerBfd clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.