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