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. | 
| Long | getMultiplier()The number of consecutive BFD packets that must be missed before BFD declares that a peer is
 unavailable. | 
| String | getSessionInitializationMode()The BFD session initialization mode for this BGP peer. | 
| 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 | setMultiplier(Long multiplier)The number of consecutive BFD packets that must be missed before BFD declares that a peer is
 unavailable. | 
| RouterBgpPeerBfd | setSessionInitializationMode(String sessionInitializationMode)The BFD session initialization mode for this BGP peer. | 
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 Long getMultiplier()
null for nonepublic RouterBgpPeerBfd setMultiplier(Long multiplier)
multiplier - multiplier or null for nonepublic String getSessionInitializationMode()
null for nonepublic RouterBgpPeerBfd setSessionInitializationMode(String sessionInitializationMode)
sessionInitializationMode - sessionInitializationMode or null for nonepublic RouterBgpPeerBfd set(String fieldName, Object value)
set in class GenericJsonpublic RouterBgpPeerBfd clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.