Reference documentation and code samples for the Network Connectivity V1 API class Google::Cloud::NetworkConnectivity::V1::ListPolicyBasedRoutesResponse.
Response for [PolicyBasedRouting.ListPolicyBasedRoutes][] method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#policy_based_routes
def policy_based_routes() -> ::Array<::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute>
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute>) — Policy based routes to be returned.
#policy_based_routes=
def policy_based_routes=(value) -> ::Array<::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute>
Parameter
- value (::Array<::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute>) — Policy based routes to be returned.
Returns
- (::Array<::Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute>) — Policy based routes to be returned.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.