Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ListConnectivityTestsResponse.
Response for the ListConnectivityTests
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Page token to fetch the next set of Connectivity Tests.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Page token to fetch the next set of Connectivity Tests.
Returns
- (::String) — Page token to fetch the next set of Connectivity Tests.
#resources
def resources() -> ::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>
Returns
- (::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>) — List of Connectivity Tests.
#resources=
def resources=(value) -> ::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>
Parameter
- value (::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>) — List of Connectivity Tests.
Returns
- (::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>) — List of Connectivity Tests.
#unreachable
def unreachable() -> ::Array<::String>
Returns
-
(::Array<::String>) — Locations that could not be reached (when querying all locations with
-
).
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Locations that could not be reached (when querying all locations with
-
).
Returns
-
(::Array<::String>) — Locations that could not be reached (when querying all locations with
-
).