Class: Google::Cloud::NetworkConnectivity::V1::ListPolicyBasedRoutesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListPolicyBasedRoutesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb
Overview
Response for [PolicyBasedRouting.ListPolicyBasedRoutes][] method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The next pagination token in the List response.
-
#policy_based_routes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute>
Policy based routes 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.
242 243 244 245 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb', line 242 class ListPolicyBasedRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_based_routes ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute>
Returns Policy based routes to be returned.
242 243 244 245 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb', line 242 class ListPolicyBasedRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
242 243 244 245 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb', line 242 class ListPolicyBasedRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |