Class: Google::Cloud::NetworkConnectivity::V1::ListServiceConnectionMapsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListServiceConnectionMapsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb
Overview
Response for ListServiceConnectionMaps.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The next pagination token in the List response.
-
#service_connection_maps ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap>
ServiceConnectionMaps to be returned.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
327 328 329 330 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 327 class ListServiceConnectionMapsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_connection_maps ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap>
Returns ServiceConnectionMaps to be returned.
327 328 329 330 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 327 class ListServiceConnectionMapsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
327 328 329 330 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 327 class ListServiceConnectionMapsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |