Class: Google::Cloud::VmwareEngine::V1::ListPrivateConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::ListPrivateConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Response message for VmwareEngine.ListPrivateConnections
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#private_connections ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::PrivateConnection>
A list of private connections.
-
#unreachable ⇒ ::Array<::String>
Unreachable resources.
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.
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.
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.
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 |