Class: Google::Cloud::Compute::V1::RouterStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#best_routes ⇒ ::Array<::Google::Cloud::Compute::V1::Route>
Best routes for this router's network.
-
#best_routes_for_router ⇒ ::Array<::Google::Cloud::Compute::V1::Route>
Best routes learned by this router.
- #bgp_peer_status ⇒ ::Array<::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus>
- #nat_status ⇒ ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatus>
-
#network ⇒ ::String
URI of the network to which this router belongs.
Instance Attribute Details
#best_routes ⇒ ::Array<::Google::Cloud::Compute::V1::Route>
Returns Best routes for this router's network.
23269 23270 23271 23272 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23269 class RouterStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#best_routes_for_router ⇒ ::Array<::Google::Cloud::Compute::V1::Route>
Returns Best routes learned by this router.
23269 23270 23271 23272 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23269 class RouterStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bgp_peer_status ⇒ ::Array<::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus>
23269 23270 23271 23272 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23269 class RouterStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nat_status ⇒ ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatus>
23269 23270 23271 23272 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23269 class RouterStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns URI of the network to which this router belongs.
23269 23270 23271 23272 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23269 class RouterStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |