Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::ListConnectivityTestsResponse (v0.1.3)

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

#resources=

def resources=(value) -> ::Array<::Google::Cloud::NetworkManagement::V1::ConnectivityTest>
Parameter
Returns

#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 -).