Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
RouterBgpPeer |
RouterBgpPeer.Builder.build() |
static RouterBgpPeer |
RouterBgpPeer.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<RouterBgpPeer> |
Router.getBgpPeersList()
BGP information that needs to be configured into the routing stack to establish the BGP
peering.
|
List<RouterBgpPeer> |
Router.Builder.getBgpPeersList()
BGP information that needs to be configured into the routing stack to establish the BGP
peering.
|
Modifier and Type | Method and Description |
---|---|
Router.Builder |
Router.Builder.addBgpPeers(RouterBgpPeer bgpPeers)
BGP information that needs to be configured into the routing stack to establish the BGP
peering.
|
RouterBgpPeer.Builder |
RouterBgpPeer.Builder.mergeFrom(RouterBgpPeer other) |
static RouterBgpPeer.Builder |
RouterBgpPeer.newBuilder(RouterBgpPeer prototype) |
Modifier and Type | Method and Description |
---|---|
Router.Builder |
Router.Builder.addAllBgpPeers(List<RouterBgpPeer> bgpPeers)
BGP information that needs to be configured into the routing stack to establish the BGP
peering.
|
Copyright © 2019 Google LLC. All rights reserved.