Class: Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes.
Instance Attribute Summary collapse
-
#site_to_site_data_transfer ⇒ ::Boolean
A value that controls whether site-to-site data transfer is enabled for these resources.
-
#uris ⇒ ::Array<::String>
The URIs of linked VPN tunnel resources.
-
#vpc_network ⇒ ::String
readonly
Output only.
Instance Attribute Details
#site_to_site_data_transfer ⇒ ::Boolean
Returns A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.
970 971 972 973 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 970 class LinkedVpnTunnels include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uris ⇒ ::Array<::String>
Returns The URIs of linked VPN tunnel resources.
970 971 972 973 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 970 class LinkedVpnTunnels include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_network ⇒ ::String (readonly)
Returns Output only. The VPC network where these VPN tunnels are located.
970 971 972 973 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 970 class LinkedVpnTunnels include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |