Class RouterStatus (1.21.0)

RouterStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
best_routes MutableSequence[google.cloud.compute_v1.types.Route]
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.
best_routes_for_router MutableSequence[google.cloud.compute_v1.types.Route]
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.
network str
URI of the network to which this router belongs. This field is a member of oneof_ _network.