Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::ListVpnConnectionsResponse.
List of VPN connections in a location.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#next_page_token
defnext_page_token()->::String
Returns
(::String) — A token to retrieve next page of results.
#next_page_token=
defnext_page_token=(value)->::String
Parameter
value (::String) — A token to retrieve next page of results.
Returns
(::String) — A token to retrieve next page of results.
#unreachable
defunreachable()->::Array<::String>
Returns
(::Array<::String>) — Locations that could not be reached.
#unreachable=
defunreachable=(value)->::Array<::String>
Parameter
value (::Array<::String>) — Locations that could not be reached.
Returns
(::Array<::String>) — Locations that could not be reached.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Distributed Cloud Edge Container V1 API - Class Google::Cloud::EdgeContainer::V1::ListVpnConnectionsResponse (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-edge_container-v1/latest/Google-Cloud-EdgeContainer-V1-ListVpnConnectionsResponse)\n- [1.0.1](/ruby/docs/reference/google-cloud-edge_container-v1/1.0.1/Google-Cloud-EdgeContainer-V1-ListVpnConnectionsResponse)\n- [0.4.0](/ruby/docs/reference/google-cloud-edge_container-v1/0.4.0/Google-Cloud-EdgeContainer-V1-ListVpnConnectionsResponse)\n- [0.3.0](/ruby/docs/reference/google-cloud-edge_container-v1/0.3.0/Google-Cloud-EdgeContainer-V1-ListVpnConnectionsResponse)\n- [0.2.0](/ruby/docs/reference/google-cloud-edge_container-v1/0.2.0/Google-Cloud-EdgeContainer-V1-ListVpnConnectionsResponse)\n- [0.1.1](/ruby/docs/reference/google-cloud-edge_container-v1/0.1.1/Google-Cloud-EdgeContainer-V1-ListVpnConnectionsResponse) \nReference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::ListVpnConnectionsResponse.\n\nList of VPN connections in a location. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #next_page_token\n\n def next_page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- A token to retrieve next page of results.\n\n### #next_page_token=\n\n def next_page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- A token to retrieve next page of results. \n**Returns**\n\n- (::String) --- A token to retrieve next page of results.\n\n### #unreachable\n\n def unreachable() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Locations that could not be reached.\n\n### #unreachable=\n\n def unreachable=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- Locations that could not be reached. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Locations that could not be reached.\n\n### #vpn_connections\n\n def vpn_connections() -\u003e ::Array\u003c::Google::Cloud::EdgeContainer::V1::VpnConnection\u003e\n\n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::EdgeContainer::V1::VpnConnection](./Google-Cloud-EdgeContainer-V1-VpnConnection)\\\u003e) --- VpnConnections in the location.\n\n### #vpn_connections=\n\n def vpn_connections=(value) -\u003e ::Array\u003c::Google::Cloud::EdgeContainer::V1::VpnConnection\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c[::Google::Cloud::EdgeContainer::V1::VpnConnection](./Google-Cloud-EdgeContainer-V1-VpnConnection)\\\u003e) --- VpnConnections in the location. \n**Returns**\n\n- (::Array\\\u003c[::Google::Cloud::EdgeContainer::V1::VpnConnection](./Google-Cloud-EdgeContainer-V1-VpnConnection)\\\u003e) --- VpnConnections in the location."]]