Class: Google::Cloud::NetworkConnectivity::V1::NextHopVPNTunnel
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::NextHopVPNTunnel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
A route next hop that leads to a VPN tunnel resource.
Instance Attribute Summary collapse
-
#site_to_site_data_transfer ⇒ ::Boolean
Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource.
-
#uri ⇒ ::String
The URI of the VPN tunnel resource.
-
#vpc_network ⇒ ::String
The VPC network where this VPN tunnel is located.
Instance Attribute Details
#site_to_site_data_transfer ⇒ ::Boolean
1453 1454 1455 1456 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1453 class NextHopVPNTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
1453 1454 1455 1456 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1453 class NextHopVPNTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_network ⇒ ::String
1453 1454 1455 1456 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1453 class NextHopVPNTunnel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |