Class: Google::Cloud::NetworkManagement::V1::ListConnectivityTestsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ListConnectivityTestsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/reachability.rb
Overview
Response for the ListConnectivityTests
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Page token to fetch the next set of Connectivity Tests.
-
#resources ⇒ ::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>
List of Connectivity Tests.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached (when querying all locations with
-
).
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Page token to fetch the next set of Connectivity Tests.
73 74 75 76 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 73 class ListConnectivityTestsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources ⇒ ::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>
Returns List of Connectivity Tests.
73 74 75 76 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 73 class ListConnectivityTestsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached (when querying all locations with -
).
73 74 75 76 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 73 class ListConnectivityTestsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |