Class: Google::Cloud::VmwareEngine::V1::ListPrivateConnectionsResponse

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

Overview

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.



2595
2596
2597
2598
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2595

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

#private_connections::Array<::Google::Cloud::VmwareEngine::V1::PrivateConnection>

Returns A list of private connections.

Returns:



2595
2596
2597
2598
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2595

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

#unreachable::Array<::String>

Returns Unreachable resources.

Returns:

  • (::Array<::String>)

    Unreachable resources.



2595
2596
2597
2598
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 2595

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