Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RouterStatus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#best_routes
def best_routes() -> ::Array<::Google::Cloud::Compute::V1::Route>
Returns
- (::Array<::Google::Cloud::Compute::V1::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=
def best_routes=(value) -> ::Array<::Google::Cloud::Compute::V1::Route>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::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.
Returns
- (::Array<::Google::Cloud::Compute::V1::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
def best_routes_for_router() -> ::Array<::Google::Cloud::Compute::V1::Route>
Returns
- (::Array<::Google::Cloud::Compute::V1::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.
#best_routes_for_router=
def best_routes_for_router=(value) -> ::Array<::Google::Cloud::Compute::V1::Route>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::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.
Returns
- (::Array<::Google::Cloud::Compute::V1::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.
#bgp_peer_status
def bgp_peer_status() -> ::Array<::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus>
Returns
#bgp_peer_status=
def bgp_peer_status=(value) -> ::Array<::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus>)
Returns
#nat_status
def nat_status() -> ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatus>
Returns
#nat_status=
def nat_status=(value) -> ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatus>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatus>)
Returns
#network
def network() -> ::String
Returns
- (::String) — URI of the network to which this router belongs.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — URI of the network to which this router belongs.
Returns
- (::String) — URI of the network to which this router belongs.