Class: Google::Cloud::NetworkConnectivity::V1::ListHubSpokesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListHubSpokesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The response for HubService.ListHubSpokes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token for the next page of the response.
-
#spokes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Spoke>
The requested spokes.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
659 660 661 662 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 659 class ListHubSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spokes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Spoke>
659 660 661 662 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 659 class ListHubSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
659 660 661 662 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 659 class ListHubSpokesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |