public interface RouterStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Route |
getBestRoutes(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
int |
getBestRoutesCount()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
Route |
getBestRoutesForRouter(int index)
A list of the best BGP routes learned by this Cloud Router.
|
int |
getBestRoutesForRouterCount()
A list of the best BGP routes learned by this Cloud Router.
|
List<Route> |
getBestRoutesForRouterList()
A list of the best BGP routes learned by this Cloud Router.
|
RouteOrBuilder |
getBestRoutesForRouterOrBuilder(int index)
A list of the best BGP routes learned by this Cloud Router.
|
List<? extends RouteOrBuilder> |
getBestRoutesForRouterOrBuilderList()
A list of the best BGP routes learned by this Cloud Router.
|
List<Route> |
getBestRoutesList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouteOrBuilder |
getBestRoutesOrBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
List<? extends RouteOrBuilder> |
getBestRoutesOrBuilderList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router.
|
RouterStatusBgpPeerStatus |
getBgpPeerStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
int |
getBgpPeerStatusCount()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
List<RouterStatusBgpPeerStatus> |
getBgpPeerStatusList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatusBgpPeerStatusOrBuilder |
getBgpPeerStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
List<? extends RouterStatusBgpPeerStatusOrBuilder> |
getBgpPeerStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
|
RouterStatusNatStatus |
getNatStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
int |
getNatStatusCount()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
List<RouterStatusNatStatus> |
getNatStatusList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
RouterStatusNatStatusOrBuilder |
getNatStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
List<? extends RouterStatusNatStatusOrBuilder> |
getNatStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064; |
String |
getNetwork()
URI of the network to which this router belongs.
|
com.google.protobuf.ByteString |
getNetworkBytes()
URI of the network to which this router belongs.
|
boolean |
hasNetwork()
URI of the network to which this router belongs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Route> getBestRoutesList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;Route getBestRoutes(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;int getBestRoutesCount()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;List<? extends RouteOrBuilder> getBestRoutesOrBuilderList()
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;RouteOrBuilder getBestRoutesOrBuilder(int index)
A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;List<Route> getBestRoutesForRouterList()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;Route getBestRoutesForRouter(int index)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;int getBestRoutesForRouterCount()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;List<? extends RouteOrBuilder> getBestRoutesForRouterOrBuilderList()
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;RouteOrBuilder getBestRoutesForRouterOrBuilder(int index)
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;List<RouterStatusBgpPeerStatus> getBgpPeerStatusList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
RouterStatusBgpPeerStatus getBgpPeerStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
int getBgpPeerStatusCount()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
List<? extends RouterStatusBgpPeerStatusOrBuilder> getBgpPeerStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
RouterStatusBgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
List<RouterStatusNatStatus> getNatStatusList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;RouterStatusNatStatus getNatStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;int getNatStatusCount()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;List<? extends RouterStatusNatStatusOrBuilder> getNatStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;RouterStatusNatStatusOrBuilder getNatStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;boolean hasNetwork()
URI of the network to which this router belongs.
optional string network = 232872494;String getNetwork()
URI of the network to which this router belongs.
optional string network = 232872494;com.google.protobuf.ByteString getNetworkBytes()
URI of the network to which this router belongs.
optional string network = 232872494;Copyright © 2025 Google LLC. All rights reserved.