Uses of Interface
com.google.cloud.compute.v1.RouterBgpPeerOrBuilder
-
Packages that use RouterBgpPeerOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouterBgpPeerOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement RouterBgpPeerOrBuilder Modifier and Type Class Description class
RouterBgpPeer
static class
RouterBgpPeer.Builder
Methods in com.google.cloud.compute.v1 that return RouterBgpPeerOrBuilder Modifier and Type Method Description RouterBgpPeerOrBuilder
Router.Builder. getBgpPeersOrBuilder(int index)
BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeerOrBuilder
Router. getBgpPeersOrBuilder(int index)
BGP information that must be configured into the routing stack to establish BGP peering.RouterBgpPeerOrBuilder
RouterOrBuilder. getBgpPeersOrBuilder(int index)
BGP information that must be configured into the routing stack to establish BGP peering.Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterBgpPeerOrBuilder Modifier and Type Method Description List<? extends RouterBgpPeerOrBuilder>
Router.Builder. getBgpPeersOrBuilderList()
BGP information that must be configured into the routing stack to establish BGP peering.List<? extends RouterBgpPeerOrBuilder>
Router. getBgpPeersOrBuilderList()
BGP information that must be configured into the routing stack to establish BGP peering.List<? extends RouterBgpPeerOrBuilder>
RouterOrBuilder. getBgpPeersOrBuilderList()
BGP information that must be configured into the routing stack to establish BGP peering.
-