public static interface Router.BgpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAsn()
Locally assigned BGP ASN.
|
int |
getKeepaliveIntervalInSeconds()
The interval in seconds between BGP keepalive messages that are
sent to the peer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAsn()
Locally assigned BGP ASN.
uint32 asn = 1;int getKeepaliveIntervalInSeconds()
The interval in seconds between BGP keepalive messages that are sent to the peer. Default is 20 with value between 20 and 60.
uint32 keepalive_interval_in_seconds = 2;Copyright © 2025 Google LLC. All rights reserved.