Class: Google::Cloud::NetworkConnectivity::V1::NextHopRouterApplianceInstance
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::NextHopRouterApplianceInstance
- 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 Router appliance instance.
Instance Attribute Summary collapse
-
#site_to_site_data_transfer ⇒ ::Boolean
Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource.
-
#uri ⇒ ::String
The URI of the Router appliance instance.
-
#vpc_network ⇒ ::String
The VPC network where this VM is located.
Instance Attribute Details
#site_to_site_data_transfer ⇒ ::Boolean
Returns Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in supported locations.
1470 1471 1472 1473 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1470 class NextHopRouterApplianceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The URI of the Router appliance instance.
1470 1471 1472 1473 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1470 class NextHopRouterApplianceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_network ⇒ ::String
Returns The VPC network where this VM is located.
1470 1471 1472 1473 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1470 class NextHopRouterApplianceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |