- 1.62.0 (latest)
- 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)
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Name | Description |
index | int |
Type | Description |
Route |
getBestRoutesCount()
public abstract int getBestRoutesCount()
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Type | Description |
int |
getBestRoutesForRouter(int index)
public abstract Route getBestRoutesForRouter(int index)
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Name | Description |
index | int |
Type | Description |
Route |
getBestRoutesForRouterCount()
public abstract int getBestRoutesForRouterCount()
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Type | Description |
int |
getBestRoutesForRouterList()
public abstract List<Route> getBestRoutesForRouterList()
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Type | Description |
List<Route> |
getBestRoutesForRouterOrBuilder(int index)
public abstract RouteOrBuilder getBestRoutesForRouterOrBuilder(int index)
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Name | Description |
index | int |
Type | Description |
RouteOrBuilder |
getBestRoutesForRouterOrBuilderList()
public abstract List<? extends RouteOrBuilder> getBestRoutesForRouterOrBuilderList()
Best routes learned by this router.
repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;
Type | Description |
List<? extends com.google.cloud.compute.v1.RouteOrBuilder> |
getBestRoutesList()
public abstract List<Route> getBestRoutesList()
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Type | Description |
List<Route> |
getBestRoutesOrBuilder(int index)
public abstract RouteOrBuilder getBestRoutesOrBuilder(int index)
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
Name | Description |
index | int |
Type | Description |
RouteOrBuilder |
getBestRoutesOrBuilderList()
public abstract List<? extends RouteOrBuilder> getBestRoutesOrBuilderList()
Best routes for this router's network.
repeated .google.cloud.compute.v1.Route best_routes = 395826693;
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;
Name | Description |
index | int |
Type | Description |
RouterStatusBgpPeerStatus |
getBgpPeerStatusCount()
public abstract int getBgpPeerStatusCount()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Type | Description |
int |
getBgpPeerStatusList()
public abstract List<RouterStatusBgpPeerStatus> getBgpPeerStatusList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Type | Description |
List<RouterStatusBgpPeerStatus> |
getBgpPeerStatusOrBuilder(int index)
public abstract RouterStatusBgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
Name | Description |
index | int |
Type | Description |
RouterStatusBgpPeerStatusOrBuilder |
getBgpPeerStatusOrBuilderList()
public abstract List<? extends RouterStatusBgpPeerStatusOrBuilder> getBgpPeerStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
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;
Name | Description |
index | int |
Type | Description |
RouterStatusNatStatus |
getNatStatusCount()
public abstract int getNatStatusCount()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Type | Description |
int |
getNatStatusList()
public abstract List<RouterStatusNatStatus> getNatStatusList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Type | Description |
List<RouterStatusNatStatus> |
getNatStatusOrBuilder(int index)
public abstract RouterStatusNatStatusOrBuilder getNatStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
Name | Description |
index | int |
Type | Description |
RouterStatusNatStatusOrBuilder |
getNatStatusOrBuilderList()
public abstract List<? extends RouterStatusNatStatusOrBuilder> getNatStatusOrBuilderList()
repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;
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;
Type | Description |
String | The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes()
URI of the network to which this router belongs.
optional string network = 232872494;
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;
Type | Description |
boolean | Whether the network field is set. |