Class: Google::Cloud::EdgeContainer::V1::ListVpnConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ListVpnConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
List of VPN connections in a location.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
-
#vpn_connections ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::VpnConnection>
VpnConnections in the location.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
415 416 417 418 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 415 class ListVpnConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
415 416 417 418 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 415 class ListVpnConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpn_connections ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::VpnConnection>
Returns VpnConnections in the location.
415 416 417 418 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 415 class ListVpnConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |