| Modifier and Type | Method and Description |
|---|---|
RouterBgpPeer |
RouterBgpPeer.Builder.build() |
RouterBgpPeer |
RouterBgpPeer.Builder.buildPartial() |
RouterBgpPeer |
RouterOrBuilder.getBgpPeers(int index)
BGP information that must be configured into the routing stack to establish BGP peering.
|
RouterBgpPeer |
Router.getBgpPeers(int index)
BGP information that must be configured into the routing stack to establish BGP peering.
|
RouterBgpPeer |
Router.Builder.getBgpPeers(int index)
BGP information that must be configured into the routing stack to establish BGP peering.
|
static RouterBgpPeer |
RouterBgpPeer.getDefaultInstance() |
RouterBgpPeer |
RouterBgpPeer.getDefaultInstanceForType() |
RouterBgpPeer |
RouterBgpPeer.Builder.getDefaultInstanceForType() |
static RouterBgpPeer |
RouterBgpPeer.parseDelimitedFrom(InputStream input) |
static RouterBgpPeer |
RouterBgpPeer.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(byte[] data) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(ByteBuffer data) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(com.google.protobuf.ByteString data) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(com.google.protobuf.CodedInputStream input) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(InputStream input) |
static RouterBgpPeer |
RouterBgpPeer.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<RouterBgpPeer> |
RouterOrBuilder.getBgpPeersList()
BGP information that must be configured into the routing stack to establish BGP peering.
|
List<RouterBgpPeer> |
Router.getBgpPeersList()
BGP information that must be configured into the routing stack to establish BGP peering.
|
List<RouterBgpPeer> |
Router.Builder.getBgpPeersList()
BGP information that must be configured into the routing stack to establish BGP peering.
|
com.google.protobuf.Parser<RouterBgpPeer> |
RouterBgpPeer.getParserForType() |
static com.google.protobuf.Parser<RouterBgpPeer> |
RouterBgpPeer.parser() |
| Modifier and Type | Method and Description |
|---|---|
Router.Builder |
Router.Builder.addBgpPeers(int index,
RouterBgpPeer value)
BGP information that must be configured into the routing stack to establish BGP peering.
|
Router.Builder |
Router.Builder.addBgpPeers(RouterBgpPeer value)
BGP information that must be configured into the routing stack to establish BGP peering.
|
RouterBgpPeer.Builder |
RouterBgpPeer.Builder.mergeFrom(RouterBgpPeer other) |
static RouterBgpPeer.Builder |
RouterBgpPeer.newBuilder(RouterBgpPeer prototype) |
Router.Builder |
Router.Builder.setBgpPeers(int index,
RouterBgpPeer value)
BGP information that must be configured into the routing stack to establish BGP peering.
|
| Modifier and Type | Method and Description |
|---|---|
Router.Builder |
Router.Builder.addAllBgpPeers(Iterable<? extends RouterBgpPeer> values)
BGP information that must be configured into the routing stack to establish BGP peering.
|
Copyright © 2023 Google LLC. All rights reserved.