Class: Google::Cloud::NetworkManagement::V1::ListConnectivityTestsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns Page token to fetch the next set of Connectivity Tests.

Returns:

  • (::String)

    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.

Returns:



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

Returns:

  • (::Array<::String>)

    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