Class: Google::Cloud::VmwareEngine::V1::ListPrivateConnectionPeeringRoutesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::ListPrivateConnectionPeeringRoutesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Response message for VmwareEngine.ListPrivateConnectionPeeringRoutes
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#peering_routes ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::PeeringRoute>
A list of peering routes.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
2697 2698 2699 2700 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2697 class ListPrivateConnectionPeeringRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peering_routes ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::PeeringRoute>
Returns A list of peering routes.
2697 2698 2699 2700 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2697 class ListPrivateConnectionPeeringRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |