Class: Google::Cloud::VmwareEngine::V1::ListPeeringRoutesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb

Overview

Response message for VmwareEngine.ListPeeringRoutes

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



1808
1809
1810
1811
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1808

class ListPeeringRoutesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#peering_routes::Array<::Google::Cloud::VmwareEngine::V1::PeeringRoute>

Returns A list of peering routes.

Returns:



1808
1809
1810
1811
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1808

class ListPeeringRoutesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end