public final class RouterBgpPeerBfd
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 com.google.api.client.json.GenericJson
public RouterBgpPeerBfd clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.