- 1.64.0 (latest)
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public interface RouterStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBestRoutes(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Route |
getBestRoutesCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getBestRoutesForRouter(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Route |
getBestRoutesForRouterCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getBestRoutesForRouterList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<Route> |
getBestRoutesForRouterOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RouteOrBuilder |
getBestRoutesForRouterOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.RouteOrBuilder> |
getBestRoutesList()
public abstract 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. 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;
Returns | |
---|---|
Type | Description |
List<Route> |
getBestRoutesOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RouteOrBuilder |
getBestRoutesOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.RouteOrBuilder> |
getBgpPeerStatus(int index)
public abstract RouterStatusBgpPeerStatus getBgpPeerStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RouterStatusBgpPeerStatus |
getBgpPeerStatusCount()
public abstract int getBgpPeerStatusCount()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Returns | |
---|---|
Type | Description |
int |
getBgpPeerStatusList()
public abstract List<RouterStatusBgpPeerStatus> getBgpPeerStatusList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Returns | |
---|---|
Type | Description |
List<RouterStatusBgpPeerStatus> |
getBgpPeerStatusOrBuilder(int index)
public abstract RouterStatusBgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RouterStatusBgpPeerStatusOrBuilder |
getBgpPeerStatusOrBuilderList()
public abstract List<? extends RouterStatusBgpPeerStatusOrBuilder> getBgpPeerStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.RouterStatusBgpPeerStatusOrBuilder> |
getNatStatus(int index)
public abstract RouterStatusNatStatus getNatStatus(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RouterStatusNatStatus |
getNatStatusCount()
public abstract int getNatStatusCount()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Returns | |
---|---|
Type | Description |
int |
getNatStatusList()
public abstract List<RouterStatusNatStatus> getNatStatusList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Returns | |
---|---|
Type | Description |
List<RouterStatusNatStatus> |
getNatStatusOrBuilder(int index)
public abstract RouterStatusNatStatusOrBuilder getNatStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RouterStatusNatStatusOrBuilder |
getNatStatusOrBuilderList()
public abstract List<? extends RouterStatusNatStatusOrBuilder> getNatStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.RouterStatusNatStatusOrBuilder> |
getNetwork()
public abstract String getNetwork()
URI of the network to which this router belongs.
optional string network = 232872494;
Returns | |
---|---|
Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes()
URI of the network to which this router belongs.
optional string network = 232872494;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for network. |
hasNetwork()
public abstract boolean hasNetwork()
URI of the network to which this router belongs.
optional string network = 232872494;
Returns | |
---|---|
Type | Description |
boolean |
Whether the network field is set. |